GVim for Windows overwrites a lot of useful vim commands, such as ctrl+A and ctrl+Y. Is there a way to get these commands back without writing a remap for each and every command?
|
feedback
|
|
Try, :behave mswin And, if that works for you, look at this other answer at Stackoverflow. Also see, Why does < C-a> (CTRL+A) not work under gvim on windows? | |||
feedback
|