aboutsummaryrefslogtreecommitdiff
path: root/autoload
Commit message (Collapse)AuthorAge
* Add a vertical version of 'iw/iW' with iv/iVHEADmainJosh Rahm2025-04-09
|
* Make marks stable so they are easier to memorize.Josh Rahm2024-03-11
|
* Change java plugin for hints.Josh Rahm2024-03-11
|
* Support showing marks in hint.vimJosh Rahm2024-03-08
|
* 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.
* fieldmarshal.vim: Add utility function for modifying motionsJosh Rahm2022-09-12
|
* fieldmarshal.vim: use <cmd> instead of :<c-u> to fix some bugs.Josh Rahm2022-09-01
|
* joiner.vim: add joiner.vim; verbs to join text.Josh Rahm2022-08-30
|
* subwords.vim: split functions into the autoload directory.Josh Rahm2022-08-30
|
* Fix some bugsJosh Rahm2022-08-12
|
* Change the default plugin. Only use redraw, not redraw!Josh Rahm2022-08-09
|
* Add hints.vimJosh Rahm2022-08-09
| | | | | | Hints work like qutebrowser. <C-f> will enter hint mode, which will prompt the user to type a two-letter sequence to jump the cursor to a specific line.
* Add Fall.vimJosh Rahm2022-08-04