Skip to content
New issue

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 shape won't change in vim and neovim #40

Open
ghost opened this issue Apr 3, 2022 · 1 comment
Open

Cursor shape won't change in vim and neovim #40

ghost opened this issue Apr 3, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 3, 2022

when going to insert mode in vim or neovim cursor shape won't get changed to a vertical bar. it works fine in xterm. so i think it's not a vim problem but rather a mlterm problem?

@arakiken
Copy link
Owner

arakiken commented Apr 9, 2022

In my environment, mlterm 3.9.2 changes the cursor shape of vim or neovim to a vertical bar by configuring ~/.vimrc as follows.
let &t_SI .= "\e[5 q"
let &t_SR .= "\e[3 q"
let &t_EI .= "\e[1 q"

How do you configure vim or neovim to change the cursor shape ?
(I'm not so much familiar to vim or neovim, sorry.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant