fix: syntax error in flow keybindings

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

View file

@ -178,7 +178,7 @@
["escape", ["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"]],
["ctrl+shift+f", ["enter_mode", "normal"], ["find_in_files"]]
]
},
"home": {