Cheatsheet

ActionCommand
Save and quit:wq (like vim)
Delete/cut a line (select line, delete selection).x d
Empty a line (select line, change)x c
Select multiple linesPress x repeatedly
Select all%
Copy (“yank”) the selection into the registery
Copy into the system clipboard (Space mode)space y
Insert a tab (when smart-tab is enabled)shift tab
Undou
RedoU
Indent>
Unindent<