-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement vim-highlightedyank #2916
Labels
Comments
darfink
added a commit
to darfink/Vim
that referenced
this issue
Oct 11, 2018
Fixes VSCodeVim#2333 Fixes VSCodeVim#2916
Closed
darfink
added a commit
to darfink/Vim
that referenced
this issue
Oct 12, 2018
Fixes VSCodeVim#2333 Fixes VSCodeVim#2916
Please make this optional. I would prefer to not see any unnecessary highlighting a la Vim. This plugin is to provide Vim features not those from other editors. |
This request sounds like a dupe of #2333 |
darfink
added a commit
to darfink/Vim
that referenced
this issue
Jan 10, 2019
Fixes VSCodeVim#2333 Fixes VSCodeVim#2916
darfink
added a commit
to darfink/Vim
that referenced
this issue
Feb 11, 2019
Fixes VSCodeVim#2333 Fixes VSCodeVim#2916
esamattis
added a commit
to esamattis/Vim
that referenced
this issue
Mar 16, 2019
Partially fixes VSCodeVim#2991 Fixes VSCodeVim#2333 Fixes VSCodeVim#2916 Supersedes VSCodeVim#3129 Co-authored-by: Esa-Matti Suuronen <esa-matti@suuronen.org>
esamattis
added a commit
to esamattis/Vim
that referenced
this issue
Mar 16, 2019
Partially fixes VSCodeVim#2991 Fixes VSCodeVim#2333 Fixes VSCodeVim#2916 Supersedes VSCodeVim#3129 Co-authored-by: Esa-Matti Suuronen <esa-matti@suuronen.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the extension I miss the most from Vim. If you accidentally copy the wrong text you'll only know it after you have put it to somewhere.
The idea is to temporarily change to background color of the selection which was yanked to make clear which text actually was yanked.
Here's the original plugin https://github.com/machakann/vim-highlightedyank
Also the SimpleVim vscode plugin implements it https://github.com/jpotterm/vscode-simple-vim#settings
The text was updated successfully, but these errors were encountered: