From 5e98cf08fe5cfaf8fddf0b846e53ffe6e9ce26f2 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 31 Aug 2016 10:52:18 -0400 Subject: [PATCH] Add tmux aliases --- Cheatsheet.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 62509f8..66fc8cf 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -166,6 +166,17 @@ You also find these commands in Dash as a Cheat-sheet. | _sfroute_ | sf debug:router | | _sfsr | sf server:run -vvv | +## tmux + +| Alias | Command | +|:------|:--------------------| +| ta | tmux attach -t | +| tad | tmux attach -d -t | +| ts | tmux new-session -s | +| tl | tmux list-sessions | +| tksv | tmux kill-server | +| tkss | tmux kill-session -t| + ## Systemd ### systemctl