Neovim Cursor change after exiting Neovim bug fix : to AlexVKO github.

coderlifeisawesome

lifeascoder

Posted on May 9, 2022

Neovim Cursor change after exiting Neovim bug fix : to AlexVKO github.

I've been also facing this issue when I was exiting Neo vim. I tried many steps but It did not work. Alas, I found the solution is that you need to set the guicursor to "disable". The one thing is that, After we set that to "disable", In the Neo Vim we cannot see the beam-cursor. It will always be the default cursor you use. I use I-Beam cursor, so in Neo Vim, There will always be I-Beam cursor and not block-cursor. If you want it that way, Then use the following command in your init.vim file. It works for me.

The code -

set guicursor="disable"
Enter fullscreen mode Exit fullscreen mode
💖 💪 🙅 🚩
coderlifeisawesome
lifeascoder

Posted on May 9, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

What was your win this week?
weeklyretro What was your win this week?

November 29, 2024

Where GitOps Meets ClickOps
devops Where GitOps Meets ClickOps

November 29, 2024

How to Use KitOps with MLflow
beginners How to Use KitOps with MLflow

November 29, 2024

Modern C++ for LeetCode 🧑‍💻🚀
leetcode Modern C++ for LeetCode 🧑‍💻🚀

November 29, 2024