mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-23 05:03:52 +00:00
add tmux and screen detach
This commit is contained in:
parent
5bd56e6440
commit
00dc05870e
1 changed files with 8 additions and 0 deletions
|
@ -1540,6 +1540,14 @@ or
|
|||
tmux new -s foo -d
|
||||
```
|
||||
|
||||
detached session foo:
|
||||
```bash
|
||||
screen: ^a^d
|
||||
or
|
||||
tmux: ^bd
|
||||
```
|
||||
|
||||
|
||||
list sessions:
|
||||
```bash
|
||||
screen -ls
|
||||
|
|
Loading…
Reference in a new issue