diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2020-05-31 14:17:34 +0200 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2020-05-31 14:17:34 +0200 |
commit | 7a97a7c53238bb957366798930e0b3c3dea6f312 (patch) | |
tree | 600e9cbee55c194093a9ad6e2cdcc9c9a9b4394b | |
parent | fc0267f14f4b4f87e857b688501ec0bfe258b2d7 (diff) |
Add to tmux
-rw-r--r-- | tmux.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -17,3 +17,8 @@ tmux new-session \; send-keys 'command
' #
can be entered with Ctrl-V + Enter + +## Run command in multiple panes at once + +* `:setw synchronize-panes on` + turn off with `:setw synchronize-panes off` |