I just started using Vim as an IDE. I used it as a test editor for a while, so I didn't have to switch to command mode often. But, since I program in Java, I need to go into command mode to make a file, compile / run it ... etc.
The problem is this: I need a good way to switch between the two modes.
I looked online and he says that the <Esc> should do this, but that doesnโt work for me (maybe this is not for gVim? I donโt know why.)
I need to press CTRL O each time to enter command mode; the exit key works from this mode ... it brings me back to insert mode. But is there a better or easier way to switch between command mode and insert mode?
vim command insert
Ravish Chawla Nov 01 2018-12-12T00: 00Z
source share