fix: move_to_char with dynamic bindings
This commit is contained in:
parent
27a54a6091
commit
44c643815a
2 changed files with 20 additions and 18 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue