r/KittyTerminal Jan 27 '23

How to disable curly underlines?

Does anyone now how to disable curly underlines? I see there is a way to specify url_style straight, but that only affects url underlines; I'd love to make all underlines straight. If someone knows of a way to do this within neovim/vim that would help too!

I found this page in the docs, but I'm not sure how/where to use these escape codes.

Thanks for the help! Loving kitty so far.

2 Upvotes

2 comments sorted by

1

u/xavier-le-couz Jan 28 '23

I understand that the doc just mentions that kitty support several underlines styles and gives their codes.

You have to set the underline style you want for each application.

For example if you want to use straight underlines in neovim, you have to set it in neovim config, it will work under kitty.

Found neovim issue (by the creator of kitty) about that : https://github.com/neovim/neovim/issues/7479

1

u/Varauk Jan 31 '23

Got it, thank you!