fix: explicitly override close_/save_file in vim normal mode

This commit is contained in:
CJ van den Berg 2026-02-19 10:06:02 +01:00
parent 4287e9a28b
commit 620128e6fd
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -23,6 +23,8 @@
"cursor": "block", "cursor": "block",
"selection": "normal", "selection": "normal",
"press": [ "press": [
["<C-w>", "close_file"],
["<C-s>", "save_file"],
["b", "move_word_left_vim"], ["b", "move_word_left_vim"],
["w", "move_word_right_vim"], ["w", "move_word_right_vim"],
["W", "move_word_right"], ["W", "move_word_right"],