aboutsummaryrefslogtreecommitdiff
path: root/plugin/remappings.vim
Commit message (Collapse)AuthorAge
* 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.
* remappings.vim: add visual redo using the {Visual}dot(.)Josh Rahm2022-09-16
|
* remappings.vim: common remappingsJosh Rahm2022-09-15
remap the text objects for ", ' and ` to go to the next string even if the next string is not on the same line. also add nnoremap Y y$ for good measure.