From caffb70d9f0c7c9b46ee62c90f776fd3ddfb39ff Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 6 Jan 2025 21:37:38 +0100 Subject: [PATCH] fix: syntax error in flow keybindings --- 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 45d77b0..f9d1baa 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -178,7 +178,7 @@ ["escape", ["enter_mode", "normal"], ["cancel"]], ["ctrl+g", ["enter_mode", "normal"], ["cancel"], ["goto"]], ["ctrl+f", ["enter_mode", "normal"], ["find"]], - ["ctrl+shift+f", ["enter_mode", "normal"], ["find_in_files"]], + ["ctrl+shift+f", ["enter_mode", "normal"], ["find_in_files"]] ] }, "home": {