Vim Exit From Insert Mode (Example) - Coderwall
Maybe your like
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 #viWritten by Djordje Mijatovic
Say Thanks RespondRelated protips
Basic Vim commands - For getting started
1.265M 11vim paragraph formatting to wrap at 80 characters
24.45K 1vi: Display a vertical line at an arbitrary column width
11.55K 32 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 ·Have a fresh tip? Share with Coderwall community!
Post Post a tip Best #Vim AuthorsTag » How To Exit Vim Insert Mode
-
Vi Basics
-
Other Ways To Exit Insert Mode Besides Escape
-
How To Exit Vim – Vim Save And Quit Command Tutorial
-
Popular Vim Commands - Comprehensive Vim Cheat Sheet - KeyCDN
-
How To Exit Out Of Vim Editor - Linux Hint
-
How To Exit (Quit) Linux Vim/Vi Editor - PhoenixNAP
-
CS107 The Vim Editor - Stanford University
-
How To Exit The Vi Or Vim Editor - How-To Geek
-
Exit Vim - Learn How To Quit Vim Three Different Ways - FactorPad
-
How Do I Switch Between Command And Insert Mode In Vim?
-
The Only Vim Insert-Mode Cheatsheet You Ever Needed
-
How To: Vi / Vim Save And Quit The Editor Command - NixCraft
-
Vim Stuck In Insert Mode - Linux - Super User
-
Custom Shortcut For 'Exit Insert Mode' Exits, But Next Key Gets 'eaten'