docs: update computers/tmux
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
title: Tmux
|
title: Tmux
|
||||||
description:
|
description:
|
||||||
published: 1
|
published: 1
|
||||||
date: 2021-11-18T04:15:47.656Z
|
date: 2021-11-18T04:29:15.076Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-11-18T04:12:42.276Z
|
dateCreated: 2021-11-18T04:12:42.276Z
|
||||||
@@ -19,6 +19,8 @@ https://tmuxcheatsheet.com/
|
|||||||
- **ctrl+b d** - detach session
|
- **ctrl+b d** - detach session
|
||||||
- **tmux ls** - lists all sessions
|
- **tmux ls** - lists all sessions
|
||||||
- **tmux attach -t {session number/name}** - reattach to session
|
- **tmux attach -t {session number/name}** - reattach to session
|
||||||
|
- **tmux a** - attache last session
|
||||||
|
- **ctrl+b s** - session manager
|
||||||
- **tmux session-rename -t {session number/name} {new name}** - renames session
|
- **tmux session-rename -t {session number/name} {new name}** - renames session
|
||||||
- **tmux new -s {name}** - Opens new session with given name
|
- **tmux new -s {name}** - Opens new session with given name
|
||||||
- **tmux kill-session -t {session number/name}** - kills session
|
- **tmux kill-session -t {session number/name}** - kills session
|
||||||
Reference in New Issue
Block a user