Vim Exit From Insert Mode (Example) - Coderwall

Last Updated: March 01, 2016 · 27.22K · djm-rs Vim exit from insert mode #vim #vi

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.

#vim #vi

Written by Djordje Mijatovic

Say Thanks Respond

Related protips

Basic Vim commands - For getting started

1.265M 11

vim paragraph formatting to wrap at 80 characters

24.45K 1

vi: Display a vertical line at an arbitrary column width

11.55K 3

2 Responses Add your response

korin

<CTRL>C should work too

over 1 year ago · djm-rs

@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 ·

Have a fresh tip? Share with Coderwall community!

Post Post a tip Best #Vim Authors shiva 1.264M #vim #ruby #javascript kennu 201.1K #vim #Python #C++ christianrojas 126.5K #vim #Ruby #JavaScript sickill 96.26K #vim #Clojure #ClojureScript nicolaslazartekaqui 81.95K #vim #javascript #ruby Related Tags #vim #vi Sponsored by #native_company# #native_desc# #native_cta# Filed Under Tools Conquer Code in Vim With 4 Keystrokes or Less Awesome Job See All Jobs Post a job for only $299 Thanks to our sponsor Sponsored by #native_company# — Learn More #native_title# #native_desc# #native_cta#

Tag » How To Exit Vim Insert Mode