fix: vim visual modes should inherit from normale mode
This commit is contained in:
parent
6d58fa5912
commit
4287e9a28b
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue