Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 2.19 KB

README.md

File metadata and controls

61 lines (42 loc) · 2.19 KB

🔦 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