refactor: move_to_char mini mode into a reusable get_char mini mode
This commit is contained in:
parent
7af0c7ff71
commit
28688b49de
2 changed files with 93 additions and 1 deletions
|
|
@ -437,7 +437,7 @@
|
|||
["backspace", "mini_mode_delete_backwards"]
|
||||
]
|
||||
},
|
||||
"mini/move_to_char": {
|
||||
"mini/get_char": {
|
||||
"press": [
|
||||
["ctrl+g", "mini_mode_cancel"],
|
||||
["ctrl+c", "mini_mode_cancel"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue