diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 3bde500..45d77b0 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -176,7 +176,9 @@ ["ctrl+x", ["cut"], ["enter_mode", "normal"], ["cancel"]], ["ctrl+c", ["copy"], ["enter_mode", "normal"], ["cancel"]], ["escape", ["enter_mode", "normal"], ["cancel"]], - ["ctrl+g", ["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"]], ] }, "home": {