Skip to content
\n

That's what I have locally configured, and with the above PR also works reliably. :)

\n

For possible values for shape, have a look at the default configuration for contour.yml (also here: https://github.com/contour-terminal/contour/blob/master/src/contour/contour.yml)

\n

I hope this helps.

","upvoteCount":1,"url":"https://github.com/contour-terminal/contour/discussions/1105#discussioncomment-6014864"}}}

Can someone explain why the cursor does not change in insert mode or visual mode once it is set? #1105

Answered by christianparpart
HeavenTao asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, I am sorry for the confusion, @HeavenTao. I have obviously typed too fast, an hour ago. I've checked the code now, and despite having this functionality already, I've fixed a bug along the way wrt that configuration.

Keep watching PR #1106 to be merged and then maybe update to latest master branch (?).

Configuration shall work as follows:

# ...

profiles:
    your_profile:
        cursor:
            # that's basically the cursor config for insert input mode
            shape: "bar"
            blinking: false
            blinking_interval: 500
        normal_mode:
            cursor:
                shape: block
                blinking: false
                blinking_interval: 500

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@HeavenTao
Comment options

@Yaraslaut
Comment options

@HeavenTao
Comment options

@christianparpart
Comment options

@HeavenTao
Comment options

Answer selected by HeavenTao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants