Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

VIM Cheat Sheet

CommandMeaning
:stsuspend
mxmark current position with x
'xgo to line marked by x
*search word below cursor
''return to previous mark or context
delete to start word, also works on ex command and terminal
delete to the start line, also works on ex command and terminal

Visual Mode

CommandMeaning
gvresellect last visual selection
otoggle end

VIM Help

CommandMeaning
CTRL-]jump to tag
CTRL-Tto go back

NETRW

CommandMeaning
Ddelete file or (empty?) dir
Rrename file

Useful Tricks

  • Always do 0 before moving up or down.