Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | 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. |