All Projects โ†’ haya14busa โ†’ Vim Operator Flashy

haya14busa / Vim Operator Flashy

Licence: mit
๐Ÿ”ฆ Highlight yanked area

Labels

Projects that are alternatives of or similar to Vim Operator Flashy

Eddie Vim2
Yet another vimrc
Stars: โœญ 135 (-13.46%)
Mutual labels:  viml
C.vim
C/C++ IDE -- Write and run programs. Insert statements, idioms, comments etc.
Stars: โœญ 142 (-8.97%)
Mutual labels:  viml
Vimside
Vim Scala IDE (VimSIde) built upon ENSIME
Stars: โœญ 151 (-3.21%)
Mutual labels:  viml
Vimkata
Deliberate Practice lessons for learning the Vim Editor
Stars: โœญ 135 (-13.46%)
Mutual labels:  viml
Vim Textobj Indent
Vim plugin: Text objects for indented blocks of lines
Stars: โœญ 140 (-10.26%)
Mutual labels:  viml
Tlib vim
Some utility functions for VIM
Stars: โœญ 147 (-5.77%)
Mutual labels:  viml
Align
Help folks to align text, eqns, declarations, tables, etc
Stars: โœญ 132 (-15.38%)
Mutual labels:  viml
Vim Flavored Markdown
Stars: โœญ 153 (-1.92%)
Mutual labels:  viml
Minivimrc
a tiny vimrc to be used primarily for troubleshooting plugins
Stars: โœญ 140 (-10.26%)
Mutual labels:  viml
Vim Jekyll
๐Ÿ“ Fork of psykidellic/vim-jekyll because actually forking it freaks out
Stars: โœญ 151 (-3.21%)
Mutual labels:  viml
Vim Addon Local Vimrc
kiss local vimrc with hash protection
Stars: โœญ 136 (-12.82%)
Mutual labels:  viml
Inkpot
Inkpot 88/256 Colour Scheme for Vim
Stars: โœญ 138 (-11.54%)
Mutual labels:  viml
Vim Js Context Coloring
JavaScript Context Coloring in Vim
Stars: โœญ 149 (-4.49%)
Mutual labels:  viml
Haskellmode Vim
An unpacked copy of the haskellmode vimball. Ping me if it needs updating.
Stars: โœญ 135 (-13.46%)
Mutual labels:  viml
Dotvim
A community driven framework for vim
Stars: โœญ 151 (-3.21%)
Mutual labels:  viml
Vim Textobj Line
Vim plugin: Text objects for the current line
Stars: โœญ 134 (-14.1%)
Mutual labels:  viml
Matchit.zip
extended % matching for HTML, LaTeX, and many other languages
Stars: โœญ 146 (-6.41%)
Mutual labels:  viml
Vim Project
lcd to the root of the project everytime you BufEnter a file inside a project.
Stars: โœญ 155 (-0.64%)
Mutual labels:  viml
Vim Tmuxify
Vim plugin for handling tmux panes.
Stars: โœญ 152 (-2.56%)
Mutual labels:  viml
Mru.vim
Plugin to manage Most Recently Used (MRU) files
Stars: โœญ 149 (-4.49%)
Mutual labels:  viml

๐Ÿ”ฆ 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].