feat: [vim] % support for matching bracket under cursor
This commit is contained in:
parent
56ea0138a5
commit
af9ff67e49
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
["N", "goto_prev_match"],
|
||||
["^", "smart_move_begin"],
|
||||
["$", "move_end"],
|
||||
["%", "goto_bracket"],
|
||||
[":", "open_command_palette"],
|
||||
|
||||
["p", "paste_internal_vim"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue