diff options
-rw-r--r-- | tmux.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +# Tmux + +## Sessions + + (/) switch between sessions + +## Window management + + .N move window to index N + w choose window interactively + +## Pane management + + q display pane indices |