Skip to content

vim-scripts/BOOKMARKS--Mark-and-Highlight-Full-Lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3394

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...

About

Easily Highlight Lines with Marks, and Add/Remove Marks

Resources

Stars

Watchers

Forks

Packages

No packages published