macvim icon indicating copy to clipboard operation
macvim copied to clipboard

Cursor disappears in terminal mode

Open girishji opened this issue 6 months ago • 5 comments

Steps to reproduce

When using :tab term, the cursor is not visible after the prompt appears. Pressing <Esc> makes the block cursor become visible. However, while typing in insert mode (in the prompt), the cursor remains invisible.

Expected behaviour

Cursor should always be visible. I also do not see guicursor having options to set cursor for terminal prompt.

Version of Vim and architecture

latest

Environment

MacOS 15.3.1 with default zsh

How MacVim was installed

No response

Logs and stack traces


Vim configuration where issue is reproducable

No response

Issue has been tested with given configuration

  • [ ] by running MacVim.app from GUI macOS interface
  • [ ] by running vim/gvim/etc installed by MacVim
  • [ ] by running other versions of vim (e.g. /usr/bin/vim)

Issue has been tested with no configuration

  • [ ] by running mvim --clean (or gvim, supplied by MacVim distribution)
  • [ ] by running vim --clean (in terminal, supplied by MacVim distribution)
  • [ ] by running vim --clean (in terminal, other suppliers, e.g. /usr/bin/vim)

Other conditions

  • [ ] The both Homebrew packages "vim" and "macvim" are installed

girishji avatar Apr 18 '25 05:04 girishji