Whenever I ssh onto my remote machine and type :
a q
gets pre-filled. It does not, however quit when I press enter, it just replaces the colon with a , so below the status line there is a qq
.
The machine uses the same .vimrc as my main computer where this behavior is absent ( as it should be ).
Edit: Seems to be a problem with neovim:
sudo su -
vim
: # -> :q in command line
Someone has an idea?