feat: Vim mode: till_char (#224)

This commit is contained in:
Levi 2025-04-08 15:05:09 -03:00 committed by GitHub
parent 3ce4aaf33a
commit 5199dcdd27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 71 additions and 0 deletions

View file

@ -87,6 +87,8 @@
["F", "move_to_char", "move_to_char_left"],
["f", "move_to_char", "move_to_char_right"],
["T", "move_to_char", "move_till_char_left"],
["t", "move_to_char", "move_till_char_right"],
["<C-CR>", ["move_down"], ["move_begin"]],
["<CR>", ["move_down"], ["move_begin"]],
@ -131,6 +133,8 @@
["f", "move_to_char", "select_to_char_right"],
["F", "move_to_char", "select_to_char_left_vim"],
["t", "move_to_char", "select_till_char_right"],
["T", "move_to_char", "select_till_char_left_vim"],
["p", ["paste_internal_vim"], ["enter_mode", "normal"]],
["P", ["paste_internal_vim"], ["enter_mode", "normal"]],