adinapoli / vim-markmultiple

An emacs-like mark multiple plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-markmultiple

An emacs-like mark multiple plugin, inspired from this plugin:

mark-multiple.el

Usage

Ctrl-n to activate and to go to the next match. When you are tired, simply change the word under the cursor the usual way.

Customization

You can put this inside your .vimrc to customize which keybinding you want associate to vim-markmultiple. In the example, we are using Control + m:

let g:mark_multiple_trigger = "<C-n>"

Watch the screencast!

Why highlighted words remain on screen?

Because you "Interrupted" the marking process without actually substituting nothing. If this happens, simply call MarkMultipleClean()

Installation

Like any Pathogen bundle.

Contributes

Yes, please. Pull requests welcome.

About

An emacs-like mark multiple plugin

License:Other


Languages

Language:Vim Script 100.0%