EasyClipRing.vim : Autocomplete style vim pop-up menu for your registers.
script karma |
Rating 0/0,
Downloaded by 637 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
David O'Trakoun |
|
script type |
utility |
|
description |
EasyClipRing.vim v1.2.1
Autocomplete style vim pop-up menu for your registers. See screenshot in the Usage section.
This plugin requires vim-easyclip which requires vim-repeat
See README.md on https://github.com/davidosomething/EasyClipRing.vim |
|
install details |
Installation
You can just drop this plugin into your .vim/ dir. Make sure vim-repeat and vim-easyclip are also installed.
I recommend using vim-plug in general:
call plug#begin()
Plug 'tpope/vim-repeat'
\| Plug 'svermeulen/vim-easyclip'
\| Plug 'davidosomething/EasyClipRing.vim'
call plug#end()
Note the dependency scaffold there – vim-easyclip integrates with vim-repeat, and EasyClipRing.vim uses vim-easyclip.
Usage
Define a custom mapping like so:
imap gcr <Plug>(EasyClipRing)
or for <Ctrl-L>
imap <C-l> <Plug>(EasyClipRing)
Use it in in insert mode to trigger the pop-up menu
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.81
|