feat(editor): implement vim-style word movement for cursor navigation

This commit is contained in:
lulvz 2025-02-02 13:08:15 +00:00
parent 4b8ba080d7
commit a3864224dd
2 changed files with 20 additions and 14 deletions

View file

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