-
Notifications
You must be signed in to change notification settings - Fork 23
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
cursor hiding doesn't work with evil-mode #49
Comments
I found that this is a well known problem with evil-mode. but really it should be resolved in evil itself. The hack mentioned in that issue works for vundo too: Thanks |
I solved this problem by adding |
This hack avoids the problem, but also misses the evil feature (such as leader key, or evil key binding).
I found this hack performs differently in Emacs Mac Port and Emacs Plus. In Emacs Mac Port, this hack work as expect, while in Emacs Plus, still a narrow bar lefts (It seems like Emacs Plus treat 'zero' width bar as a very narrow bar, not just nothing). Actually, Fortunately, we can also set
and now, it works perfectlly in both Emacs Mac Port and Emacs Plus! :-) |
evil-mode prevents that cursor hiding in the vundo-undo-tree buffer somehow.
The text was updated successfully, but these errors were encountered: