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",
|
"syntax": "vim",
|
||||||
"on_match_failure": "ignore",
|
"on_match_failure": "ignore",
|
||||||
"name": "VISUAL",
|
"name": "VISUAL",
|
||||||
"inherit": "project",
|
"inherit": "normal",
|
||||||
"line_numbers": "relative",
|
"line_numbers": "relative",
|
||||||
"cursor": "block",
|
"cursor": "block",
|
||||||
"selection": "normal",
|
"selection": "normal",
|
||||||
|
|
@ -202,7 +202,7 @@
|
||||||
"syntax": "vim",
|
"syntax": "vim",
|
||||||
"on_match_failure": "ignore",
|
"on_match_failure": "ignore",
|
||||||
"name": "VISUAL LINE",
|
"name": "VISUAL LINE",
|
||||||
"inherit": "project",
|
"inherit": "normal",
|
||||||
"line_numbers": "relative",
|
"line_numbers": "relative",
|
||||||
"cursor": "block",
|
"cursor": "block",
|
||||||
"selection": "normal",
|
"selection": "normal",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue