My .vimrc file looks like this:
noremap <C-[> <NOP>
I would expect this to map the Ctrl + [
key to nothing
but instead when I run vim
it starts in REPLACE mode
. This becomes problematic when I add additional lines to my .vimrc
file because they get entered incorrectly.
What is going on? Does this happen for everyone? If so, how can I avoid this behavior?