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