Skip to content

yazgoo/yank-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

historize vim yanks and allow to search and paste from history based on FZF

demo

vim plugin

requirements

You need ripgrep (rg) installed.

You also need fzf, which you can install via vimplug:

Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'

installation

Via vimplug:

Plug 'yazgoo/yank-history'

usage

See documentation.

An example of usage is:

nmap <space>h :YankHistoryRgPaste 

Just input a pattern to search on vim prompt, then select the yank you want to paste.

linux clipboard monitor

If you also want to monitor your X11 system clipboard, you can use the yank-history rust binary. Just do cargo install yank-history.

And run yank-history.

About

yank history for vim via fzf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published