Skip to content

haya14busa/vim-operator-flashy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔦 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