Awesome
:flashlight: vim-operator-flashy: Highlight yanked area
:flashlight: Introduction :flashlight:
Flash yanked area :flashlight:
You can confirm that text is yanked correctly and see yanked text by highlighting.
:heavy_check_mark: Dependency :heavy_check_mark:
This plugin depends on kana/vim-operator-user. Please install it in advance.
:package: Installation :package:
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
:tada: Usage :tada:
map y <Plug>(operator-flashy)
nmap Y <Plug>(operator-flashy)$
:bird: Author :bird:
haya14busa (https://github.com/haya14busa)