diff options
author | Martin Chrzanowski <martin@celo.org> | 2019-02-04 15:38:35 -0800 |
---|---|---|
committer | Martin Chrzanowski <martin@celo.org> | 2019-02-04 15:38:35 -0800 |
commit | 7d04e8546f0ec009dfcd4a3a8e146c4f99a57e8e (patch) | |
tree | 3b3ba798d72f379c362ab4afe89b015b42316224 | |
parent | 3a1ae42a5e7b2e4f596a819262ca72d5207b7200 (diff) |
Add tmux
-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 |