Send command to all panes in tmux:

This commit is contained in:
onceupon
2017-12-27 11:07:20 +08:00
committed by GitHub
parent 1e3518082c
commit a2d0bf805a

View File

@ -1638,6 +1638,12 @@ scroll:
Hit your screen prefix combination (C-a / control+A), then hit Escape.
Move up/down with the arrow keys (↑ and ↓).
Send command to all panes in tmux:
```bash
Ctrl-B :
setw synchronize-panes
```
##### Add line number
```bash
nl