fix: syntax error in flow keybindings
This commit is contained in:
parent
5b168f2c33
commit
caffb70d9f
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@
|
||||||
["escape", ["enter_mode", "normal"], ["cancel"]],
|
["escape", ["enter_mode", "normal"], ["cancel"]],
|
||||||
["ctrl+g", ["enter_mode", "normal"], ["cancel"], ["goto"]],
|
["ctrl+g", ["enter_mode", "normal"], ["cancel"], ["goto"]],
|
||||||
["ctrl+f", ["enter_mode", "normal"], ["find"]],
|
["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": {
|
"home": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue