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
cursor
default default reverse
Here's the relevant portion of my .gitconfig:
.gitconfig
[tig "color"] cursor = default default reverse
It looks like this in tig blame:
tig blame
I would like the whole cursor line to be reversed.
As is, the change of the cursor width is distracting when moving the cursor.
Setting cursor = black white works correctly. Of course, it wouldn't look good if I ever need to use a terminal with a light theme.
cursor = black white
The text was updated successfully, but these errors were encountered:
May I ask if this issue has been resolved for you? Thanks.
Sorry, something went wrong.
No, it's exactly the same as I described originally. It's not the worst thing in the world, but continues to be a bit annoying.
Okay, good luck. There were differences in our issues, and my problem was solved in another issue #1114
No branches or pull requests
Here's the relevant portion of my
.gitconfig
:It looks like this in
tig blame
:I would like the whole cursor line to be reversed.
As is, the change of the cursor width is distracting when moving the cursor.
Setting
cursor = black white
works correctly. Of course, it wouldn't look good if I ever need to use a terminal with a light theme.The text was updated successfully, but these errors were encountered: