You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
While programming on Kitty terminal using Nvim and Julia-vim package, typing single/double dotted variables (standing for first/second time derivatives of the variable) render the unmodified chars.
It works for some chars like t giving ṫ and ẗ when typing t\dot or t\ddot . But for others like r, only the single-dot version is works. For greek letters, none is rendered correctly.
Other terminals like the native Mac OS terminal or iTerm2 do not exhibit the issue. When these characters are copy-pasted in Kitty terminal as is, they appear correctly.
I tried other fonts but it does not affect the outcome. Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered:
Issues with font rendering are unlikely to be connected to this plugin. What happens when you just directly paste ẗ into the terminal (outside of vim/julia)?
I'm quite sure it's either a problem with the font you're using, or a bug in Kitty.
Hi,
While programming on Kitty terminal using Nvim and Julia-vim package, typing single/double dotted variables (standing for first/second time derivatives of the variable) render the unmodified chars.
It works for some chars like
t
givingṫ
andẗ
when typingt\dot
ort\ddot
. But for others liker
, only the single-dot version is works. For greek letters, none is rendered correctly.Other terminals like the native Mac OS terminal or iTerm2 do not exhibit the issue. When these characters are copy-pasted in Kitty terminal as is, they appear correctly.
I tried other fonts but it does not affect the outcome. Am I missing something?
Thanks
The text was updated successfully, but these errors were encountered: