nvim --version
:0.2$TERM
: xterm-256colorcursor shape changes to block size. in normal mode and is line in insert mode.
cursor should not change.
nvim -u NORC
nvim -u NORC
Note : after this version upgrade esckeys setting too doesnt work(unknown option) is it related ?
Yopu can do "set guicursor=" to disable that behavior. See https://github.com/neovim/neovim/wiki/Following-HEAD
awesome thanks. Guess I should be reading stuff.
Another thing set esckeys doesnt seem to be working ... I couldnt find that though. any reason ...
esckeys isn't supported, it's always "enabled". If you're having problems with Fn or arrow keys make sure $TERM
is correct and check open issues.
Most helpful comment
Yopu can do "set guicursor=" to disable that behavior. See https://github.com/neovim/neovim/wiki/Following-HEAD