From 0b185df5d525f031798116543d6722728197d160 Mon Sep 17 00:00:00 2001 From: onceupon Date: Thu, 8 Nov 2018 15:00:32 +0800 Subject: [PATCH] add tmux commands --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index aab250e..4e33dd0 100644 --- a/README.md +++ b/README.md @@ -2611,6 +2611,10 @@ Send command to all panes in tmux: ```bash Ctrl-B :setw synchronize-panes +``` +Some tmux pane control commands: +```bash +Ctrl-B # Panes (splits), Press Ctrl+B, then input the following symbol: # % horizontal split @@ -2619,6 +2623,17 @@ Ctrl-B # q show pane numbers # x kill pane # space - toggle between layouts + +# Distribute Vertically (rows): +select-layout even-vertical +# or +Ctrl+b, Alt+2 + +# Distribute horizontally (columns): +select-layout even-horizontal +# or +Ctrl+b, Alt+1 + ``` ##### Cut the last column ```bash