Crates.io | yank-history |
lib.rs | yank-history |
version | 0.0.1 |
source | src |
created_at | 2021-08-28 18:55:01.868063 |
updated_at | 2021-08-28 18:55:01.868063 |
description | captures and historizes system clipboard yanks |
homepage | https://github.com/yazgoo/yank-history |
repository | https://github.com/yazgoo/yank-history |
max_upload_size | |
id | 443535 |
size | 15,014 |
historize vim yanks and allow to search and paste from history based on FZF
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'
Via vimplug:
Plug 'yazgoo/yank-history'
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.
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
.