feat(vim): update selection mode to inclusive for NORMAL and VISUAL keybindings
This commit is contained in:
parent
5269f2eff6
commit
f9f57a6616
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
"name": "NORMAL",
|
"name": "NORMAL",
|
||||||
"line_numbers": "relative",
|
"line_numbers": "relative",
|
||||||
"cursor": "block",
|
"cursor": "block",
|
||||||
|
"selection": "inclusive",
|
||||||
"press": [
|
"press": [
|
||||||
["b", "move_word_left_vim"],
|
["b", "move_word_left_vim"],
|
||||||
["w", "move_word_right_vim"],
|
["w", "move_word_right_vim"],
|
||||||
|
@ -73,6 +74,7 @@
|
||||||
"name": "VISUAL",
|
"name": "VISUAL",
|
||||||
"line_numbers": "relative",
|
"line_numbers": "relative",
|
||||||
"cursor": "underline",
|
"cursor": "underline",
|
||||||
|
"selection": "inclusive",
|
||||||
"press": [
|
"press": [
|
||||||
["<Esc>", "enter_mode", "normal"],
|
["<Esc>", "enter_mode", "normal"],
|
||||||
["k", "select_up"],
|
["k", "select_up"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue