From b9b3d211891ab0ec4bdc8a616a3d89d8f002a4cf Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 3 Dec 2024 19:56:37 +0100 Subject: [PATCH] fix: add missing home mode f2 keybinding --- src/keybind/builtin/flow.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 0e9f46c..f668cad 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -185,6 +185,7 @@ ["t", "change_theme"], ["q", "quit"], ["f1", "open_help"], + ["f2", "toggle_input_mode"], ["f6", "open_config"], ["f9", "theme_prev"], ["f10", "theme_next"],