From 4287e9a28b7de97ddc63debfaffd3f2d22bf5e1e Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 19 Feb 2026 10:23:26 +0100 Subject: [PATCH] fix: vim visual modes should inherit from normale mode --- src/keybind/builtin/vim.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/keybind/builtin/vim.json b/src/keybind/builtin/vim.json index 68c4461..3145348 100644 --- a/src/keybind/builtin/vim.json +++ b/src/keybind/builtin/vim.json @@ -136,7 +136,7 @@ "syntax": "vim", "on_match_failure": "ignore", "name": "VISUAL", - "inherit": "project", + "inherit": "normal", "line_numbers": "relative", "cursor": "block", "selection": "normal", @@ -202,7 +202,7 @@ "syntax": "vim", "on_match_failure": "ignore", "name": "VISUAL LINE", - "inherit": "project", + "inherit": "normal", "line_numbers": "relative", "cursor": "block", "selection": "normal",