aboutsummaryrefslogtreecommitdiff
path: root/plugin/move.vim
Commit message (Collapse)AuthorAge
* commenter.vim: much better comment handling with fancier regexes.Josh Rahm2022-09-13
|
* fieldmarshal.vim: Add utility function for modifying motionsJosh Rahm2022-09-12
|
* move.vim: Add some extra object mappingsJosh Rahm2022-09-09
a% - selects (V)isual from the current line, finds the next { and jumps to the matching one (%). Good for deleting around bodies in C-like languages. i% - finds the next { enters (v)isual, jumpts to matching, and shrinks the selection by a character. (so it changes whatever is in the '{'). Good for changing the contents inside a C-style body.