Fetch, select and search vim registers
  • Vim Script 98%
  • Shell 2%
Find a file
2020-04-26 19:37:54 +05:30
.github add: plugin code 2020-04-26 19:37:54 +05:30
doc add: plugin code 2020-04-26 19:37:54 +05:30
plugin add: plugin code 2020-04-26 19:37:54 +05:30
.gitignore add: plugin code 2020-04-26 19:37:54 +05:30
README.md add: plugin code 2020-04-26 19:37:54 +05:30

vim-registers

Vim plugin to fetch, select and search all the vim registers.

Installation

Plugin Manager Install with...
Pathogen git clone https://github.com/vipul-sharma20/vim-registers ~/.vim/bundle/vim-registers
Remember to run :Helptags to generate help tags
NeoBundle NeoBundle 'vipul-sharma20/vim-registers'
Vundle Plugin 'vipul-sharma20/vim-registers'
Plug Plug 'vipul-sharma20/vim-registers'
VAM call vam#ActivateAddons([ 'vim-registers' ])
Dein call dein#add('vipul-sharma20/vim-registers')
minpac call minpac#add('vipul-sharma20/vim-registers')
manual copy all of the files into your ~/.vim directory

Configuration

  • This plugin mandatorily requires fzf.vim. Please find the installation instruction for it here

  • Window layout for browser tab list result. Can be 'default' or 'floating'

    let g:vim_registers_window_layout='floating'

Note: Floating window layout support is only possible in Neovim version >= 0.4.x.

Documentation

:h vim-registers

or check here

Commands

Command List
GetRegisters Fetches all the registers

I recommend you to check documentation for better understanding

Screenshots

Floating window view

floating

Default view

default

License

MIT