Flash yanked area 🔦
You can confirm that text is yanked correctly and see yanked text by highlighting.
This plugin depends on kana/vim-operator-user. Please install it in advance.
Install with your favorite plugin managers like Neobundle / Vundle / vim-plug
NeoBundle 'kana/vim-operator-user'
NeoBundle 'haya14busa/vim-operator-flashy'
Plugin 'kana/vim-operator-user'
Plugin 'haya14busa/vim-operator-flashy'
Plug 'kana/vim-operator-user'
Plug 'haya14busa/vim-operator-flashy'
git clone https://github.com/kana/vim-operator-user ~/.vim/bundle/vim-operator-user
git clone https://github.com/haya14busa/vim-operator-flashy ~/.vim/bundle/vim-operator-flashy
map y <Plug>(operator-flashy)
nmap Y <Plug>(operator-flashy)$
haya14busa (https://github.com/haya14busa)