Last Updated: March 01, 2016
·
26.65K
· djm-rs

Vim exit from insert mode

In vi/vim pressing <ESC> you quit from insert mode to normal mode.

Instead <ESC> I am using <CTRL>[ because it is require less hand movement.

Edit:

Another way to exit from insert mode is using <CTRL>C.

The difference between this two command is described in this question at Stackoverflow.

2 Responses
Add your response

<CTRL>C should work too

over 1 year ago ·

@korin
It's work. I didn't know for than command in vi.

But there is difference between this two command
http://stackoverflow.com/questions/5030164/whats-the-difference-between-ctrlc-and-ctrl

Anyway, thank you for suggestion.

over 1 year ago ·