mirror of
https://github.com/vipul-sharma20/vim-registers.git
synced 2026-06-28 08:13:07 +00:00
Fetch, select and search vim registers
- Vim Script 98%
- Shell 2%
| .github | ||
| doc | ||
| plugin | ||
| .gitignore | ||
| README.md | ||
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-registersRemember 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
Default view
License
MIT

