You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user with selected text in visual mode
I want to replace that text with a selection from the yank history
so that coc-yank works like similar plugins
Steps to Repeat
Select text in visual mode
Open the coc-yank list via the keybinding y (given the binding below):
vnoremap <silent> <space>y :CocList -A yank<cr>
Hit enter on a given entry from the list
Result
The previously highlighted word will not be entirely replaced
Expected Result
The previously highlighted word is entirely replaced
The text was updated successfully, but these errors were encountered:
Issue
As a user with selected text in visual mode
I want to replace that text with a selection from the yank history
so that coc-yank works like similar plugins
Steps to Repeat
Result
Expected Result
The text was updated successfully, but these errors were encountered: