Skip to content

Snaptags/vim-highlightedyank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-highlightedyank

Make the yanked region apparent!

Usage

map y <Plug>(highlightedyank)

If you want to optimize highlight duration, use g:highlightedyank_highlight_duration , b:highlightedyank_highlight_duration. Assign number of time in milli seconds.

let g:highlightedyank_highlight_duration = 1000

If a negative number is assigned, the highlight would get persistent.

let g:highlightedyank_highlight_duration = -1

When a new text is yanked, the old highlighting would be deleted. Or when former lines are edited, the highlighting would be deleted to prevent shifting the position, also.

About

Make the yanked region apparent!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 100.0%