2KAbhishek / termim.nvim

Neovim Terminal, Improved 🦾💻
GNU General Public License v3.0
54 stars 1 forks source link

[Suggestion]: Chage cursor style in terminal mode #6

Closed xronin01 closed 1 month ago

xronin01 commented 1 month ago

Description

My cursor is I-beam in insert mode, but when I enter a terminal it always becomes a block. Can you make the cursor change in terminal mode?

Additional Information

No response

2KAbhishek commented 1 month ago

This is something handled by core neovim and probably doesn't have a clean solution to change with plugins,

I suggest checking the following links if you want to explore more: https://github.com/neovim/neovim/issues/6005 https://github.com/wincent/terminus