feat: add find and find_in_files bindings to flow select mode
This commit is contained in:
parent
139b283755
commit
5b168f2c33
1 changed files with 3 additions and 1 deletions
|
@ -176,7 +176,9 @@
|
||||||
["ctrl+x", ["cut"], ["enter_mode", "normal"], ["cancel"]],
|
["ctrl+x", ["cut"], ["enter_mode", "normal"], ["cancel"]],
|
||||||
["ctrl+c", ["copy"], ["enter_mode", "normal"], ["cancel"]],
|
["ctrl+c", ["copy"], ["enter_mode", "normal"], ["cancel"]],
|
||||||
["escape", ["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": {
|
"home": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue