From 739ab1e10194ff157a71d58157886a114a377083 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 6 Nov 2025 18:25:39 +0100 Subject: [PATCH] feat: add flow mode keybinds for add_split and close_split Step one on the road to #279 --- src/keybind/builtin/flow.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 8d861e7..6d9380d 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -6,6 +6,8 @@ ["ctrl+shift+n", "create_new_file"], ["ctrl+r", "open_recent_project"], ["f1", "open_help"], + ["ctrl+\\", "add_split"], + ["ctrl+k w", "close_split"], ["ctrl+j", "toggle_panel"], ["ctrl+q", "quit"], ["ctrl+w", "quit"],