fix: move_to_char with dynamic bindings

This commit is contained in:
CJ van den Berg 2024-11-18 00:01:23 +01:00
parent 27a54a6091
commit 44c643815a
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 20 additions and 18 deletions

View file

@ -258,6 +258,11 @@
"syntax": "flow",
"on_match_failure": "insert",
"bindings": [
["ctrl+g", "mini_mode_cancel"],
["ctrl+c", "mini_mode_cancel"],
["ctrl+l", "scroll_view_center_cycle"],
["escape", "mini_mode_cancel"],
["backspace", "mini_mode_cancel"]
]
},
"mini/file_browser": {