Overleg:ElectronicaComponentenAutomaat

Uit RevSpace

Versie door Okkie (overleg | bijdragen) op 18 jul 2018 om 00:56 (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'...")
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)

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.