Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adinapoli/vim-markmultiple

An emacs-like mark multiple plugin
https://github.com/adinapoli/vim-markmultiple

Last synced: 23 days ago
JSON representation

An emacs-like mark multiple plugin

Awesome Lists containing this project

README

        

vim-markmultiple
================

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

[mark-multiple.el](https://github.com/magnars/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 = ""
```

[Watch the screencast!](http://www.youtube.com/watch?v=deGhhILp2PY&feature=youtu.be)

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