We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To Reproduce Steps to reproduce the behavior:
cursor none
vim /etc/profile
:syntax on
:colorscheme torte
:set hls
/if
if
reverse
Expected: See iTerm2 result, where i is correctly highlighted. Note that my iTerm2 is also configured so that fg&bg is swapped on cursor.
i
The text was updated successfully, but these errors were encountered:
03abbb3
No branches or pull requests
To Reproduce
Steps to reproduce the behavior:
cursor none
is in kitty's configvim /etc/profile
:syntax on
and press enter:colorscheme torte
and press enter:set hls
and press enter/if
and press enterif
is highlighted withreverse
in vim, which conflicts withcursor none
Expected: See iTerm2 result, where
i
is correctly highlighted. Note that my iTerm2 is also configured so that fg&bg is swapped on cursor.The text was updated successfully, but these errors were encountered: