From 5b168f2c334b6e7cc4d4e8e7838011f65b5ca89c Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 6 Jan 2025 21:00:37 +0100 Subject: [PATCH] feat: add find and find_in_files bindings to flow select mode --- src/keybind/builtin/flow.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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": {