VimBindings.jl icon indicating copy to clipboard operation
VimBindings.jl copied to clipboard

Cursor does not change to pipe in neovim terminal

Open smith-isaac opened this issue 2 years ago • 2 comments

When opening Julia repl in neovim terminal window, the cursor stays as a block and does not alternate between a pipe bar and block

smith-isaac avatar Jul 29 '23 15:07 smith-isaac

@smith-isaac does the behavior change if you add set guicursor= to your neovim configuration? People on this thread mentioned it: https://github.com/neovim/neovim/issues/6005

I haven't tried it myself though. See :h guicursor for more info.

caleb-allen avatar Aug 04 '23 10:08 caleb-allen

Using set guicursor= had no effect.

smith-isaac avatar Aug 04 '23 16:08 smith-isaac