-
Most modern terminals support different cursor types. Vim and NeoVim are able to be configured to use different cursor shape in insert mode. (Refer to this ) I think it is a good feature to distinguish different modes also to indicate the position to insert new characters. A demo of NeoVim is shown below:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can do this by adding the following to your configuration file:
See available choices here - https://docs.helix-editor.com/configuration.html#editorcursor-shape-section |
Beta Was this translation helpful? Give feedback.
-
@lihe07 please don't forget to mark your question as answered, if it's solved. |
Beta Was this translation helpful? Give feedback.
You can do this by adding the following to your configuration file:
See available choices here - https://docs.helix-editor.com/configuration.html#editorcursor-shape-section