From 2bd5d913a860ae86386d617f93dbfcd2b06e5bed Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Sun, 5 Oct 2025 16:49:51 +0200 Subject: [PATCH] fix: move flow mode select mode keybind to ctrl+shift+a shift+space is too easy to trigger accidentally. --- 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 a7030be..cf82833 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -228,7 +228,7 @@ ["kp_page_up", "move_page_up"], ["kp_page_down", "move_page_down"], ["tab", "indent"], - ["shift+space", "enter_mode", "select"], + ["ctrl+shift+a", "enter_mode", "select"], ["\"", "smart_insert_pair", "\"", "\""], ["'", "smart_insert_pair", "'", "'"],