aboutsummaryrefslogtreecommitdiff
path: root/autoload/fall.vim
Commit message (Collapse)AuthorAge
* Add a vertical version of 'iw/iW' with iv/iVHEADmainJosh Rahm2025-04-09
|
* Bunch of changes.Josh Rahm2024-03-08
| | | | | | | | | | | | | | | | | Salient changes are: Get rid of object remapping the quotes (i/a "/'/`) in favor of adding a new text object "next quotes" such as cin"/can"/etc. Added mappings in visual mode that behave like "fall", but for matching characters. So <C-v>ic will highlight the current character and all of the same character up and down. Super useful for making edits to columns of identical characters. Added a text object ic/ac that highlight all the lines that match. removed the uncommented paragraph text objects as they're broken anyway.
* Add Fall.vimJosh Rahm2022-08-04