From 715bbd5e8d0fa0614109d86dd682358bc47f49aa Mon Sep 17 00:00:00 2001 From: Dirk Sarpe <dirk.sarpe@idiv.de> Date: Tue, 30 Apr 2019 12:51:43 +0200 Subject: [PATCH] hint on synchronise panes shortcut in tmux --- tmux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.md b/tmux.md index 6c48bb2..c92bfca 100644 --- a/tmux.md +++ b/tmux.md @@ -50,3 +50,5 @@ echo hello Ctrl+b, : setw synchronize-panes ``` + +**Hint** If you keep `Ctrl` pressed you can issue `Ctrl-b,s` to switch synchronisation state as well. -- GitLab