feat(vim): add move_word_right_end_vim function (correspondent to e in NORMAL mode) and update keybindings
This commit is contained in:
parent
a3864224dd
commit
5d21fb07dc
2 changed files with 26 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
"press": [
|
||||
["b", "move_word_left_vim"],
|
||||
["w", "move_word_right_vim"],
|
||||
["e", "move_word_right"],
|
||||
["e", "move_word_right_end_vim"],
|
||||
["x", "delete_forward"],
|
||||
["s", ["delete_forward"], ["enter_mode", "insert"]],
|
||||
["u", "undo"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue