mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
Send command to all panes in tmux:
This commit is contained in:
parent
1e3518082c
commit
a2d0bf805a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue