Add tmux
This commit is contained in:
@@ -3,4 +3,7 @@
|
||||
|
||||
```bash
|
||||
ffplay -hide_banner -vf transpose=1,hflip -framerate 20 -video_size 800x600 -i /dev/video0
|
||||
|
||||
# Reset USB 1-1
|
||||
echo 0 > /sys/bus/usb/devices/usb1/1-1/authorized && sleep 1 && echo 1 > /sys/bus/usb/devices/usb1/1-1/authorized
|
||||
```
|
||||
|
@@ -22,5 +22,5 @@ git remote set-url origin https://site/repo.git
|
||||
last = log -1 HEAD
|
||||
|
||||
[safe]
|
||||
directory = /mnt/data/src
|
||||
directory = *
|
||||
```
|
||||
|
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