mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-23 16:56:35 +00:00
Send command to all panes in tmux:
This commit is contained in:
parent
1e3518082c
commit
a2d0bf805a
@ -1638,6 +1638,12 @@ scroll:
|
|||||||
Hit your screen prefix combination (C-a / control+A), then hit Escape.
|
Hit your screen prefix combination (C-a / control+A), then hit Escape.
|
||||||
Move up/down with the arrow keys (↑ and ↓).
|
Move up/down with the arrow keys (↑ and ↓).
|
||||||
|
|
||||||
|
Send command to all panes in tmux:
|
||||||
|
```bash
|
||||||
|
Ctrl-B :
|
||||||
|
setw synchronize-panes
|
||||||
|
```
|
||||||
|
|
||||||
##### Add line number
|
##### Add line number
|
||||||
```bash
|
```bash
|
||||||
nl
|
nl
|
||||||
|
Loading…
Reference in New Issue
Block a user