feat(vim): add move_word_right_end_vim function (correspondent to e in NORMAL mode) and update keybindings

This commit is contained in:
lulvz 2025-02-02 13:16:15 +00:00
parent a3864224dd
commit 5d21fb07dc
2 changed files with 26 additions and 1 deletions

View file

@ -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"],