From 5e41424a3e7820f29182d6a22afc24b5104e3b79 Mon Sep 17 00:00:00 2001 From: Noob Tsai Date: Sun, 29 Dec 2019 11:34:23 +0800 Subject: [PATCH] add some common tmux commands --- tmux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.md b/tmux.md index 169dc9fa9..a5d9a5fd5 100644 --- a/tmux.md +++ b/tmux.md @@ -57,6 +57,9 @@ category: CLI C-b c # New window C-b 1 # Go to window 1 + C-b n # Go to next window + C-b p # Go to previous window + C-b w # List all window ### Detach/attach