-
Notifications
You must be signed in to change notification settings - Fork 61
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
Delay when shift-selecting in neovim #119
Comments
I'll try it. Meanwhile can you try to change you Just to know that this decorative message is adding some unknown delay. |
Also I don't understand this step tou follow: "ctrl- select an item e.g. with ctrl-s" To select a hint and immediately paste it I usually use a uppercase letters. |
I've tried
Right, sorry. I wrote this issue from memory and got confused with ctrl/shift. I was actually using the shift key (description above fixed). Sidenote: How about including an overview of all key shortcuts just like tmux-fingers has it? I always had to check their page when I started testing this plugin. |
Nice! I'll take this into account. Maybe we can run the display message in fire and forget mode. I'll try it. About the list of keys, I'll do it. Really nice to have it. 💯 |
I see a delay when I use this plugin from neovim to paste some text from the screen.
To reproduce:
i
ctrl-space
shift-
select an item e.g. withshift-s
It takes about 5 seconds before the text is inserted. During that time I can see the
Copied <whatever was selected>
message in the tmux status line.I've already applied the settings from troubleshooting:
I don't have the issue outside of vim.
The text was updated successfully, but these errors were encountered: