All Projects → markonm → hlyank.vim

markonm / hlyank.vim

Licence: MIT license
Highlight yanked text in Vim

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to hlyank.vim

vim-plugin-ruscmd
Vim plugin: support command mode in Russian keyboard layout
Stars: ✭ 60 (+328.57%)
Mutual labels:  vim-plugin
Extract
👻 Neovim yank ring plugin with completion for registers, ring, pinning, and replacing with register.
Stars: ✭ 39 (+178.57%)
Mutual labels:  vim-plugin
doorboy.vim
Vim plugin for auto closing brackets ( => (|) and quotations " => "|" , and more
Stars: ✭ 19 (+35.71%)
Mutual labels:  vim-plugin
stable-windows
Keeps vim windows stable on layout changes
Stars: ✭ 41 (+192.86%)
Mutual labels:  vim-plugin
vim-strip-trailing-whitespace
🎞️ Vim plugin that removes trailing whitespace from *modified* lines on save
Stars: ✭ 66 (+371.43%)
Mutual labels:  vim-plugin
bash-support
Edit Bash scripts in Vim/gVim. Insert code snippets, run, check, and debug the code and look up help.
Stars: ✭ 76 (+442.86%)
Mutual labels:  vim-plugin
vim-pairs
Punctuation text objects: ci/ da; vi@ yiq da<space> ...
Stars: ✭ 35 (+150%)
Mutual labels:  vim-plugin
beacon.nvim
Whenever cursor jumps some distance or moves between windows, it will flash so you can see where it is
Stars: ✭ 217 (+1450%)
Mutual labels:  vim-plugin
vim-viler
Editable file explorer for Vim
Stars: ✭ 24 (+71.43%)
Mutual labels:  vim-plugin
vim-plugin-autosess
Vim plugin: auto save/load sessions
Stars: ✭ 32 (+128.57%)
Mutual labels:  vim-plugin
vim9-stargate
modern alternative to easymotion written in vim9
Stars: ✭ 76 (+442.86%)
Mutual labels:  vim-plugin
skim.vim
vim support for skim
Stars: ✭ 127 (+807.14%)
Mutual labels:  vim-plugin
vim-syntax-christmas-tree
Vim filetype plugin for X'mas
Stars: ✭ 20 (+42.86%)
Mutual labels:  vim-plugin
yaml-vim
YAML syntax/indent plugin for Vim
Stars: ✭ 37 (+164.29%)
Mutual labels:  vim-plugin
vim
个人私用的vim配置
Stars: ✭ 12 (-14.29%)
Mutual labels:  vim-plugin
vim-mdnquery
Query the Mozilla Developer Network documentation without leaving Vim
Stars: ✭ 19 (+35.71%)
Mutual labels:  vim-plugin
ime.vim
A Vim input method engine
Stars: ✭ 74 (+428.57%)
Mutual labels:  vim-plugin
vim-log-highlighting
Syntax highlighting for generic log files in VIM
Stars: ✭ 164 (+1071.43%)
Mutual labels:  vim-plugin
vim-multiselect
A library plugin to handle multiple visual selections
Stars: ✭ 27 (+92.86%)
Mutual labels:  vim-plugin
vim-sass-colors
sass/scss/less/css color literal and color variable highlighting (works with imports)
Stars: ✭ 24 (+71.43%)
Mutual labels:  vim-plugin
```
*hlyank.txt*	Highlight yanked text

Version 0.0.1

CONTENTS					*hlyank-contents*
Introduction            |hlyank-introduction|
Requirements            |hlyank-requirements|
Settings                |hlyank-settings|
Known Issues            |hlyank-issues|
Changelog               |hlyank-changelog|


==============================================================================
INTRODUCTION					*hlyank-introduction*

This plugin highlights yanked text. Yanked text is highlighted with Visual
group for the duration of 200 ms.

==============================================================================
REQUIREMENTS					*hlyank-requirements*

Vim or Neovim with |TextYankPost| event and |timers|.

==============================================================================
SETTINGS					*hlyank-settings*

Currently there are no settings.

==============================================================================
KNOWN ISSUES					*hlyank-issues*

==============================================================================
CHANGELOG					*hlyank-changelog*

0.0.1	April 07, 2018				*hlyank-changelog-0.0.1*
	- Initial version.

==============================================================================
vim:tw=78:ts=8:ft=help:norl:fen:fdl=0:fdm=marker:
```
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].