-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
Add option for not render ligatures under cursor #2181
Comments
I'm hesitant to add this because:
Implementing options for this sort of thing increases the complexity of the code and support burden and I'm not convinced that it is worth the effort; in my opinion, I think people either like ligatures and leave them on, or don't like them and turn them off. Aside from perhaps a few cases where you might need to learn the ligatures in a new font, I don't think there are many situations where you need to quickly switch between both. https://wezfurlong.org/wezterm/config/lua/window/set_config_overrides.html has an example that shows how to make a key assignment that toggles ligatures for the window that I think is a reasonable option for those that do need to do that. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I've thought It would be nice to add two options:
Not render ligatures under cursor
Not render ligatures under cursor line
The text was updated successfully, but these errors were encountered: