Show Menu
Cheatography

tmux & HPF & vim Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

tmux

vertical split
C-b %
horizontal split
C-b "
resize
:resiz­e-pane -{L,R,U,D} [x=1]
change layout
C-b ESC-{1­,2,­3,4,5}
list windows
C-b w
show pane ids
C-b q
   

vim

go to end of line
$
send to tmux pane
C-c C-c
copy
y
cut
d
paste
p
substitute
:%s/xx­x/yyy/