fix: vim visual modes should inherit from normale mode

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

View file

@ -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",