mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +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
|
||||
Ctrl-B :
|
||||
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
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user