From 106f4b6f860211cf87c2776c14f34b1f9e7f9c9c Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Sat, 14 Feb 2026 13:11:36 +0100 Subject: [PATCH] refactor: use a more common keybind for switch_buffers in flow mode --- src/keybind/builtin/flow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index e7f195a..652b285 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -63,7 +63,7 @@ ["ctrl+page_up", "previous_tab"], ["ctrl+shift+page_down", "move_tab_next"], ["ctrl+shift+page_up", "move_tab_previous"], - ["ctrl+shift+e", "switch_buffers"], + ["ctrl+k e", "switch_buffers"], ["alt+shift+v", "clipboard_history"], ["ctrl+0", "reset_fontsize"], ["ctrl+plus", "adjust_fontsize", 1.0],