Vivian De Smedt

Blogging in GitHub

toc

Basic Edition

In this paragraph I cover the very basic task:

Open a File

There are

Basic

How to quit Vim?

How to save your changes?

Code Signification
:q! Force quit window
:q Quit window
:w Save buffer
:bd Close buffer
:bd! Force close buffer

Modes

Insert a State Diagram

Ctrl-\^ Equivalent to esc