Vim
Lesson 1
h (left), j (down), k (up), l (right)vim some-file <ENTER>:q! --> force quit without saving
:q --> quit without saving
:wq --> save and quit xi --> type inserted text --> insert before the cursor
A --> type appended text --> append at the end of the lineLesson 2
Last updated