haya14busa / vim-operator-flashy

:flashlight: Highlight yanked area

Home Page:http://www.vim.org/scripts/script.php?script_id=5293

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”¦ vim-operator-flashy: Highlight yanked area

πŸ”¦ Introduction πŸ”¦

Flash yanked area πŸ”¦

i/flashy_key.gif at f04722bfb519570aea79903d976c642e9099606c Β· haya14busa/i

You can confirm that text is yanked correctly and see yanked text by highlighting.

βœ”οΈ Dependency βœ”οΈ

This plugin depends on kana/vim-operator-user. Please install it in advance.

πŸ“¦ Installation πŸ“¦

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'

pathogen

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

πŸŽ‰ Usage πŸŽ‰

map y <Plug>(operator-flashy)
nmap Y <Plug>(operator-flashy)$

🐦 Author 🐦

haya14busa (https://github.com/haya14busa)

πŸ“™ Documentation πŸ“™

:h operator-flashy.txt

About

:flashlight: Highlight yanked area

http://www.vim.org/scripts/script.php?script_id=5293

License:MIT License


Languages

Language:Vim Script 100.0%