Learn Vim in 5 minutes
Wednesday, 10 July 2013 · 1 min readQuick! Let’s learn some minimal vi commands!
In a Vim editor:
- press
ito go intoinsertmode, start typing your text - press
Escto go back tonormalmode - then write the file and quit with
:wq+<Enter>
Congratulations. You have joined the great fraternity of people who know this ancient, revered text editor.
These are the essential commands you will need to get started with git commit messages.
Additional reading:
📬 Get updates straight to your inbox.
Subscribe to my newsletter so you don't miss new content.