feat(keybind): move selection mode into keybind mode configuration
This commit is contained in:
parent
70f0d8bea6
commit
4f5fa4a3ba
6 changed files with 82 additions and 72 deletions
|
@ -8,6 +8,7 @@
|
|||
"name": "NOR",
|
||||
"line_numbers": "relative",
|
||||
"cursor": "block",
|
||||
"selection": "inclusive",
|
||||
"press": [
|
||||
["ctrl+b", "move_scroll_page_up"],
|
||||
["ctrl+f", "move_scroll_page_down"],
|
||||
|
@ -252,6 +253,7 @@
|
|||
"name": "SEL",
|
||||
"line_numbers": "relative",
|
||||
"cursor": "block",
|
||||
"selection": "inclusive",
|
||||
"press": [
|
||||
["ctrl+b", "select_page_up"],
|
||||
["ctrl+f", "select_page_down"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue