sponsor Vim development Vim logo Vim Book Ad

EasyClipRing.vim : Autocomplete style vim pop-up menu for your registers.

 script karma  Rating 0/0, Downloaded by 588  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
 

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
EasyClipRing.zip 1.2.1 2015-11-19 7.4 David O'Trakoun Initial upload
ip used for rating: 18.117.107.90

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