sponsor Vim development Vim logo Vim Book Ad

Visual Mark : Visual mark, similar to UltraEdit's bookmark

 script karma  Rating 215/113, Downloaded by 27100  Comments, bugs, improvements  Vim wiki

created by
Brian Wang
 
script type
utility
 
description
This script uses Vim's "sign" capability to provide visual marks, similar to UltraEdit's bookmark.

1.  For gvim, use "Ctrl + F2" to toggle a visual mark.
     For both vim and gvim, use "mm" to toggle a visual mark.
2.  Use "F2" to navigate through the visual marks forward in the file.
3.  Use "Shift + F2" to navigate backwards.

If you do not like the highlighting scheme, you could change "SignColor" in the script.  Feedbacks are welcome. :-)

 
install details
Drop it in your Vim plugin directory.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
visualmark.vim 0.4 2005-10-27 6.0 Brian Wang Fixed a very nasty bug in the get_number function (Thank you,  Evgeny Filatov :-)
visualmark.vim 0.3 2005-03-15 6.0 Brian Wang Important bug fixes:  
    - Now the script should work for the console version of VIM.  (The sign list is sorted in gvim, but in vim, it is not...)
    - Map "mm" to toggle visual marks
ip used for rating: 18.119.143.4

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github