From 30bd1223be27145e4e1021e4325c2342bbf9db9b Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 20 Sep 2018 12:14:48 -0400 Subject: [PATCH] divide up --- tmux.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/tmux.md b/tmux.md index d3e297a..32820f2 100644 --- a/tmux.md +++ b/tmux.md @@ -1,14 +1,25 @@ `Ctlr+B` activiates command entry (called the prefix) + +panes +---------------------------------- % = split pane right " = split pane below / = switch panes z = maximize/minimize pane -c = create new window -d = detach session x = kill pane -w = create window selection prompt - 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 + + + +