BOOKMARKS: Mark & Highlight Full Lines : Easily Highlight Lines with Marks, and Add/Remove Marks
script karma |
Rating 13/9,
Downloaded by 2326 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Ignacio Nunez |
|
script type |
utility |
|
description |
Inspired by Kate 'bookmarks' and other scripts in this site, I devised a new way to mark full lines and highlight them.
The idea is to mark lines and then jump from one to the other, in an easier way than the one Vim provides.
Lines with markers are highlighted, which is convenient to visually spot where the mark is.
One does not need to remember which markers are already in use and which are free anymore, just add marks and remove marks, and the script will manage where to store them or free them.
USAGE:
<F1> Turn on/update highlighting for all lines with markers
<F2> Turn off highlighting for lines with markers
<SHIFT-F2> Erase all markers [a-z]
<F5> Add a mark on the current line (and highlight)
<SHIFT-F5> Remove the mark on the current line
Then, just jump from one mark to the next using the classic [' and ]' jumps
Try it! it's nice!
NOTE:
Of course, the highlight group I define ("Marks") should be tweaked to one's taste, and the same applies to the keyboard mappings.
NOTE-UPDATE:
The classic marking method (ie. typing 'ma', 'mb', 'mc'...) can be used in combination with this one, but one has to be careful not to overwrite an existing mark. Check with the :marks command. HINT: the code marks from the 'a' to the 'z', so if there are not too many marks, one can safely assume that the last ones ('z 'x 'y 'w ...) are safe to use.
Enjoy... |
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.168
|