From 63275963b5e8ec66799c68a388f253638e87b212 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 6 Jan 2026 18:31:44 +0100 Subject: [PATCH] refactor: add more split keybindings --- src/keybind/builtin/flow.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index ed65972..a33b479 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -16,6 +16,10 @@ ["ctrl+2", "focus_split", 1], ["ctrl+3", "focus_split", 2], ["ctrl+4", "focus_split", 3], + ["ctrl+5", "focus_split", 4], + ["ctrl+6", "focus_split", 5], + ["ctrl+7", "focus_split", 6], + ["ctrl+8", "focus_split", 7], ["ctrl+j", "toggle_panel"], ["ctrl+q", "quit"], ["ctrl+w", "close_split"],