You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue with the cursor shape: it isn't restored when switching from insert to normal (and vice-versa) on neovim. It works correctly on other terminals (tested on wezterm and ghostty).
Steps to reproduce:
open vim
enter insert mode (via i or a)
cursor does not change to input mode cursor. It stays a block when it should be a vertical line.
If you move the cursor around, it changes to the vertical line.
The opposite also happens, that is, if you are in insert mode and switch to normal mode, the cursor does not change to block until you move the cursor around (This is true if you are in an empty line). If you are on top of a character, the cursor behaves normally.
Interestingly, if you enter insert mode via "o", the cursor behaves correctly. Probably because it changes position automatically.
I am using rioterm 0.2.2. Linux (arch).
The text was updated successfully, but these errors were encountered:
I am having an issue with the cursor shape: it isn't restored when switching from insert to normal (and vice-versa) on neovim. It works correctly on other terminals (tested on wezterm and ghostty).
Steps to reproduce:
The opposite also happens, that is, if you are in insert mode and switch to normal mode, the cursor does not change to block until you move the cursor around (This is true if you are in an empty line). If you are on top of a character, the cursor behaves normally.
Interestingly, if you enter insert mode via "o", the cursor behaves correctly. Probably because it changes position automatically.
I am using rioterm 0.2.2. Linux (arch).
The text was updated successfully, but these errors were encountered: