feat: add find and find_in_files bindings to flow select mode

This commit is contained in:
CJ van den Berg 2025-01-06 21:00:37 +01:00
parent 139b283755
commit 5b168f2c33
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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": {