Vim Tips Wiki
(Insert TipProposed template + manual clean)
(Assign tip id + convert to TipNew template + minor clean)
Line 1: Line 1:
  +
{{TipNew
{{TipProposed
 
|id=0
+
|id=1540
|previous=0
+
|previous=1539
|next=0
+
|next=1541
 
|created=December 9, 2007
 
|created=December 9, 2007
 
|complexity=basic
 
|complexity=basic

Revision as of 11:07, 19 February 2008

Tip 1540 Printable Monobook Previous Next

[[Vim_Tips_Wiki:New_tips{{{subpage}}}#To switch back to normal mode automatically after inaction|created]] December 9, 2007 · complexity basic · author Anon · version 7.0


Looking for a way to exit insert mode automatically when you haven't typed anything for a few seconds?

Try:

au! CursorHoldI * stopinsert

References:

Comments