notes/tmux.md
Paul Trowbridge 30bd1223be divide up
2018-09-20 12:14:48 -04:00

461 B

Ctlr+B activiates command entry (called the prefix)

panes

% = split pane right " = split pane below / = switch panes z = maximize/minimize pane x = kill pane Ctrl+B+ = 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