|
|
|
|
|
by splicer
5407 days ago
|
|
gVim is hard; I just want to type ctrl-v to enter blockwise Visual mode. I normally use vim on the command line, but a lot of my coworkers use gVim on Windows. Whenever I try to help one of them out, I can't stand the fact that ctrl-v is remapped to paste by default. I recently found out how to make gVim sane again. In _vimrc, comment-out the following lines: behave mswin
source $VIMRUNTIME/mswin.vim
|
|
EDIT: I think it also works on Linux... Sitting on my Windows box, at the moment, so I can't test it.