-
Notifications
You must be signed in to change notification settings - Fork 22
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
The default global clipboard sometimes stops working in Vim #60
Comments
Ok, I have found out, that the problem with clipboard and athame rises from "Vim". If you have vim, installed from repositories, it does not have the "--servename" option, which probably causes the problem. So test, which vim you have ( |
This might happen because I added the "uninstall vim" option to the install script of "neovim". However, we still need vim for athame... so I am removing it now. |
neovim version:
vim version:
I'll try pulling linux-setup and rerunning the install script for neovim and vim. |
Hmm, if it has a problem even with Vim, then the solution might be more complicated. I will try to solve it.. |
Symptoms: Copy some text e.g. in Firefox. Go to Vim or Athame shell in Normal mode, press
p
- a random thing gets pasted (not the one which was copied). Using the Vim sequence"+p
or `"*p" gets the desired result (pasting the copied text). This seems to affect all Vim instances - old and new - after some time of normal working.Expected behavior: The global clipboard should be used by default in linux-setup Vim all the time.
Ways to reproduce: Unknown.
The text was updated successfully, but these errors were encountered: