From ba65fece7e00b686ada8e918ba9c35fbd7d27cf6 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 11 Dec 2024 21:30:20 +0100 Subject: [PATCH] feat: add flow mode keybind for add_split --- 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 69a8092..0e938dc 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -30,6 +30,7 @@ ["ctrl+d", "add_cursor_next_match"], ["ctrl+a", "select_all"], ["ctrl+i", "insert_chars", "\t"], + ["ctrl+\\", "add_split"], ["ctrl+/", "toggle_comment"], ["ctrl+enter", "smart_insert_line_after"], ["ctrl+space", "completion"], @@ -165,6 +166,7 @@ ["k", "open_keybind_config"], ["t", "change_theme"], ["q", "quit"], + ["ctrl+\\", "add_split"], ["ctrl+f>ctrl+f>ctrl+f>ctrl+f>ctrl+f", "home_sheeran"], ["ctrl+j", "toggle_panel"], ["ctrl+q", "quit"],