Alt as Option and Cursor blink have some issues #673
-
There is two problem bugging me. Now is it bug or my fault I've no idea. Need help 🥹 Firstly, option as alt has to be before cursor for some reason. And even so It uses both option key as Alt inside neovim (other terminal doesn't have this issue so no problem with neovim's config), works fine outside neovim and inside tmux > neovim though! Secondly, cursor blinking makes rio super slow. Ugh! Finally, there's also some issues with fonts (Doesn't render bold italic fonts 'Operator Mono' # this has to be before cursor otherwise this does not work if you enable cursor on macOS.
option-as-alt = 'right'
# Cursor
[cursor]
#
# Default cursor shape is 'block'
# Other available options are: 'underline', 'beam' or 'hidden'
#
shape = 'beam'
#
# Whether the cursor blinks. The default is true
# If un-comment blinking rio becomes slow for some reason.
# blinking = true |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @FahimAnayet thanks for the issue! Yes, regarding the blinking cursor I am planning to fix on next release (related issue #663) and auto bolden as you mentioned as well (
By curiosity, if you use: [keyboard]
use-kitty-keyboard-protocol = false Does it works for you? |
Beta Was this translation helpful? Give feedback.
-
Ooow yeah. It worked!!! Although it was commented but yes after un-commenting that line issues with Alt and Option fixed! 🎉 And yeah I know iTerm2 image protocol is very new, imgcat does not work, sixel works fine though. |
Beta Was this translation helpful? Give feedback.
-
That's good to know!!
Thank you for letting me know 👌 I actually realized that's only working on debug mode, created this issue regarding it #674 |
Beta Was this translation helpful? Give feedback.
Hey @FahimAnayet thanks for the issue! Yes, regarding the blinking cursor I am planning to fix on next release (related issue #663) and auto bolden as you mentioned as well (
echo -e "\033[1;3mBold Italic text\033[0m"
for Operator Mono, Fira Code and etecetera).By curiosity, if you use:
Does it works for you?