aboutsummaryrefslogtreecommitdiff
path: root/autoload/hints/plugins.vim
Commit message (Collapse)AuthorAge
* 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.
* 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.