From 2f1585a5de6f74f0b02d944cccb7ef39de2ed42a Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 12 Sep 2018 19:24:38 -0400 Subject: [PATCH] termux --- tmux.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tmux.md diff --git a/tmux.md b/tmux.md new file mode 100644 index 0000000..d3e297a --- /dev/null +++ b/tmux.md @@ -0,0 +1,14 @@ +`Ctlr+B` activiates command entry (called the prefix) +% = 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 + +tmux ls = list sesions +tmux attach -t 0 = attach to session 0