feat(editor): implement vim-style word movement for cursor navigation
This commit is contained in:
parent
4b8ba080d7
commit
a3864224dd
2 changed files with 20 additions and 14 deletions
|
@ -10,7 +10,7 @@
|
|||
"line_numbers": "relative",
|
||||
"cursor": "block",
|
||||
"press": [
|
||||
["b", "move_word_left"],
|
||||
["b", "move_word_left_vim"],
|
||||
["w", "move_word_right_vim"],
|
||||
["e", "move_word_right"],
|
||||
["x", "delete_forward"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue