mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
add tmux panes
This commit is contained in:
parent
527181159a
commit
2bc3257c30
@ -2453,6 +2453,14 @@ Send command to all panes in tmux:
|
|||||||
```bash
|
```bash
|
||||||
Ctrl-B :
|
Ctrl-B :
|
||||||
setw synchronize-panes
|
setw synchronize-panes
|
||||||
|
|
||||||
|
# Panes (splits), Press Ctrl+B, then input the following symbol:
|
||||||
|
# % horizontal split
|
||||||
|
# " vertical split
|
||||||
|
# o swap panes
|
||||||
|
# q show pane numbers
|
||||||
|
# x kill pane
|
||||||
|
# space - toggle between layouts
|
||||||
```
|
```
|
||||||
##### Cut the last column
|
##### Cut the last column
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user