add tmux panes

This commit is contained in:
onceupon 2018-05-04 17:46:44 +08:00 committed by GitHub
parent 527181159a
commit 2bc3257c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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