feat(vim): add f and F keybindings for move_to_char
This commit is contained in:
parent
d7e162892a
commit
1eb6a773e5
1 changed files with 3 additions and 0 deletions
|
@ -85,6 +85,9 @@
|
|||
|
||||
["<C-k>", "TODO"],
|
||||
|
||||
["F", "move_to_char", "left"],
|
||||
["f", "move_to_char", "right"],
|
||||
|
||||
["<C-CR>", ["move_down"], ["move_begin"]],
|
||||
["<CR>", ["move_down"], ["move_begin"]]
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue