-
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
Option to move cursor one character back? #99
Comments
Personally, I quickly got used to it and now I think I prefer it the way that it is. But maybe we could give users a customizable variable to choose? Or maybe we can just figure out a function that users could add to one of the existing hooks to achieve this? |
(This might be related to #49 , but I don't have time to double-check right now, sorry.) |
Makes sense, if someone care about this deeply enough and make a pr, I'm happy to merge it. |
Currently, the point is placed after the node glyph instead of before.
When using Emacs in some terminals, the cursor can't be hidden, and can't be restyled, especially not per-buffer (and doing it globally for the whole terminal usually makes for worse UX over-all).
One real-world example of where you basically have to use such a terminal is in on Android, in Termux. Technically that terminal supports some standard control sequences to restyle the cursor (neovim manages to do it), but Emacs doesn't seem to know how to do it? Anyway, for me this is a huge part of my daily Emacs usage.
So it's a super minor aesthetic issue, but it seems like some users would prefer it if a can't-be-hidden/changed box cursor displayed on the node rather than to its right.
The text was updated successfully, but these errors were encountered: