Vim Cheatsheet
Generally helpful stuff
Open a file for editing :e path/to/file.txt
Return to Normal mode ESC or <CTRL>+C
Navigating around text
Open a file for editing :e path/to/file.txt
Return to Normal mode ESC or <CTRL>+C
Navigating around text
start new:
tmux
start new with session name:
tmux new -s myname