Talk:ElectronicaComponentenAutomaat: Difference between revisions

From RevSpace
Jump to navigation Jump to search
(Created page with "'''How do I save files edited with vim editor?''' *1 '''Esc''', to quit edit mode and fallback to command mode; *2''':wq''', start with a ''':''' (colon) then press '''w'...")
 
(No difference)

Latest revision as of 00:56, 18 July 2018

How do I save files edited with vim editor?

  • 1 Esc, to quit edit mode and fallback to command mode;
  • 2:wq, start with a : (colon) then press w and finally q to write and quit (or just :w to write without quitting)
  • 3 then press Enter to valid.