From 620128e6fdc7c7e050fac439cd7fcda602dc84f2 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 19 Feb 2026 10:06:02 +0100 Subject: [PATCH] fix: explicitly override close_/save_file in vim normal mode --- src/keybind/builtin/vim.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/keybind/builtin/vim.json b/src/keybind/builtin/vim.json index 3145348..a844be6 100644 --- a/src/keybind/builtin/vim.json +++ b/src/keybind/builtin/vim.json @@ -23,6 +23,8 @@ "cursor": "block", "selection": "normal", "press": [ + ["", "close_file"], + ["", "save_file"], ["b", "move_word_left_vim"], ["w", "move_word_right_vim"], ["W", "move_word_right"],