mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Implement jump-to-matching-bracket motion and bind % (percent) in vi mode
Part of #1842
This commit is contained in:
committed by
Peter Ammon
parent
c966c19c56
commit
f8ebe346a9
@@ -258,6 +258,11 @@ The following special input functions are available:
|
||||
``repeat-jump`` and ``repeat-jump-reverse``
|
||||
redo the last jump in the same/opposite direction
|
||||
|
||||
``jump-to-matching-bracket``
|
||||
jump to matching bracket if the character under the cursor is bracket;
|
||||
otherwise, jump to the next occurence of *any right* bracket after the cursor.
|
||||
The following brackets are considered: ``([{}])``
|
||||
|
||||
``kill-bigword``
|
||||
move the next whitespace-delimited word to the killring
|
||||
|
||||
|
||||
Reference in New Issue
Block a user