vmark.vim: Visual Bookmarking : Toggle visual bookmarking and jump through bookmarks
| script karma |
Rating 14/8,
Downloaded by 266
|
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Michael Zhou |
| |
| script type |
| utility |
| |
| description |
Usage:
Normal Mode
mm Toggle visual bookmark current line
ma Remove all bookmarks
mn Move to next bookmark below current line. Will wrap around at end.
<F2> Same as above (mn)
mp Move to previous bookmark above current line. Will wrap around at top.
<F3> Same as above (mp)
Configuration:
b:vm_maxmarks - Max number of bookmarks allowed in a buffer
b:vm_guifg - Foreground color for bookmarked line in GVIM
b:vm_guibg - Background color for bookmarked line in GVIM
b:vm_ctermfg - Foreground color for bookmarked line in VIM
b:vm_ctermbg - Background color for bookmarked line in VIM
Limitation:
If syntax highlighting based on keywords is turned on and the line being bookmarked starts with a keyword, the keyword may not be highlighted but the rest of the line after the keyword should be highlighted normally.
Acknowledgement:
Took cues from Amit Sethi's highlight.vim (http://www.vim.org/scripts/script.php?script_id=1599) |
| |
| install details |
| Copy vmark.vim to .vim/plugin directory |
| |
script versions (upload new version)
Click on the package to download.
| vmark.vim |
1.2 |
2012-06-13 |
6.0 |
Michael Zhou |
Added an autocmd to highlight all marked lines. This fixed the issue where highlights are lost when a previous buffer is reloaded into vim/gvim. |
| vmark.vim |
1.1 |
2012-05-19 |
7.0 |
Michael Zhou |
Fixed undefined variables defect for multiple buffers. |
| vmark.vim |
1 |
2012-05-19 |
7.0 |
Michael Zhou |
Initial upload |
ip used for rating: 50.16.17.90
|