From 808a2585ef912f904f08ddbd847feacbd07e588f Mon Sep 17 00:00:00 2001 From: lih Date: Sat, 20 Feb 2016 11:09:02 +0800 Subject: [PATCH] Add example for tmux --- cheat/cheatsheets/tmux | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cheat/cheatsheets/tmux b/cheat/cheatsheets/tmux index 328ceaf..58d90f6 100644 --- a/cheat/cheatsheets/tmux +++ b/cheat/cheatsheets/tmux @@ -13,6 +13,12 @@ tmux attach -d # Display session: tmux ls +# Rename session: +Ctrl-b $ + +# Switch session: +Ctrl-b s + # Start a shared session: tmux -S /tmp/your_shared_session chmod 777 /tmp/your_shared_session