divide up

This commit is contained in:
Paul Trowbridge 2018-09-20 12:14:48 -04:00
parent 0e858b05e7
commit 30bd1223be

19
tmux.md
View File

@ -1,14 +1,25 @@
`Ctlr+B` activiates command entry (called the prefix)
panes
----------------------------------
% = split pane right
" = split pane below
<Up>/<Left> = switch panes
z = maximize/minimize pane
c = create new window
d = detach session
x = kill pane
w = create window selection prompt
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