notes/tmux.md
Paul Trowbridge 2a6f1c5dcf redis
2020-01-12 21:28:28 -05:00

26 lines
486 B
Markdown

`Ctlr+B` activiates command entry (called the prefix)
panes
----------------------------------
% = split pane right
" = split pane below
<Up>/<Left> = switch panes
z = maximize/minimize pane
x = kill pane
Ctrl+B+<Arrow> = resize
windows
----------------------------------
c = create new window
w = create window selection prompt
sessions
----------------------------------
d = detach session
tmux ls = list sesions
tmux attach -t 0 = attach to session 0