fix: explicitly override close_/save_file in vim normal mode
This commit is contained in:
parent
4287e9a28b
commit
620128e6fd
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@
|
|||
"cursor": "block",
|
||||
"selection": "normal",
|
||||
"press": [
|
||||
["<C-w>", "close_file"],
|
||||
["<C-s>", "save_file"],
|
||||
["b", "move_word_left_vim"],
|
||||
["w", "move_word_right_vim"],
|
||||
["W", "move_word_right"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue