Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a vertical version of 'iw/iW' with iv/iVHEADmain | Josh Rahm | 2025-04-09 |
| | |||
* | Make marks stable so they are easier to memorize. | Josh Rahm | 2024-03-11 |
| | |||
* | Change java plugin for hints. | Josh Rahm | 2024-03-11 |
| | |||
* | Support showing marks in hint.vim | Josh Rahm | 2024-03-08 |
| | |||
* | Bunch of changes. | Josh Rahm | 2024-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 motions | Josh Rahm | 2022-09-12 |
| | |||
* | fieldmarshal.vim: use <cmd> instead of :<c-u> to fix some bugs. | Josh Rahm | 2022-09-01 |
| | |||
* | joiner.vim: add joiner.vim; verbs to join text. | Josh Rahm | 2022-08-30 |
| | |||
* | subwords.vim: split functions into the autoload directory. | Josh Rahm | 2022-08-30 |
| | |||
* | Fix some bugs | Josh Rahm | 2022-08-12 |
| | |||
* | Change the default plugin. Only use redraw, not redraw! | Josh Rahm | 2022-08-09 |
| | |||
* | Add hints.vim | Josh Rahm | 2022-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.vim | Josh Rahm | 2022-08-04 |