Add tmux
This commit is contained in:
12
docs/progs/tmux.md
Normal file
12
docs/progs/tmux.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
# tmux
|
||||
|
||||
## Exapmle [-| ]
|
||||
```bash
|
||||
tmux new-session -d 'bash' \; split-window -hd 'bash' \; split-window -v -t 0 -d 'bash' \; attach
|
||||
```
|
||||
|
||||
## Example [ |-]
|
||||
```bash
|
||||
tmux new-session -d 'bash' \; split-window -hd 'bash' \; split-window -v -t 1 -d 'bash' \; attach
|
||||
```
|
Reference in New Issue
Block a user