Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adinapoli/vim-markmultiple
- Owner: adinapoli
- License: other
- Created: 2012-10-04T10:42:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T07:20:38.000Z (over 10 years ago)
- Last Synced: 2023-03-11T21:07:44.196Z (over 1 year ago)
- Language: VimL
- Size: 216 KB
- Stars: 54
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.