There are a number of questions on here about vim starting in replace mode due to remapping <esc>
example.
I have a slightly different issue. It seems that my vim is starting in replace mode due to:
filetype on
This happens even if this is the only line in my .vimrc
.
If I remove/comment out that line from my .vimrc
, it starts fine. But with that line, replace mode every time. Which is fairly annoying as you might expect. This is using vim 8.0, on WSL. Is there a way to work around this?