Skip to content

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