sponsor Vim development Vim logo Vim Book Ad

TurboMark : Mark and find lines in your open buffers on steroids

 script karma  Rating 19/7, Downloaded by 1116  Comments, bugs, improvements  Vim wiki

created by
Konstantinos Bairaktaris
 
script type
utility
 
description
This plugin intends to replace the functionality of the m and ' keys that Vim
provides in normal mode. By using this plugin, you don't need to memorize a
register for each line you mark, you just mark it with m. Marked lines go into
a list which is displayed by using the ' mapping. Upon pressing ', the quickfix
window opens, populated with the already marked lines and the editor is
automatically entered into search mode. This way, you can immediately type part
of the line you've previously marked, hit double-enter (the first is to exit
search-mode) and you're exactly where you want to be.
 
install details
Just paste the package's contents into into your .vim directory.

Installing with Pathogen:

    cd ~/.vim/bundle
    git clone git://github.com/kbairak/TurboMark.git
 

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
TurboMark-0.2.zip 0.2 2014-05-28 7.0 Konstantinos Bairaktaris Major changes

- exit quickfix window when navigating to a mark
- save and reload marks from text file in home folder
TurboMark.tar.gz 0.1 2013-07-24 7.0 Konstantinos Bairaktaris Initial upload
ip used for rating: 3.145.63.136

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