From 56d18d0993e38d4ea2dfedfd777b30a08888d18c Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 17 Nov 2021 23:29:19 -0500 Subject: [PATCH] docs: update computers/tmux --- computers/tmux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/computers/tmux.md b/computers/tmux.md index 8b68b93..4e10458 100644 --- a/computers/tmux.md +++ b/computers/tmux.md @@ -2,7 +2,7 @@ title: Tmux description: published: 1 -date: 2021-11-18T04:15:47.656Z +date: 2021-11-18T04:29:15.076Z tags: editor: markdown dateCreated: 2021-11-18T04:12:42.276Z @@ -19,6 +19,8 @@ https://tmuxcheatsheet.com/ - **ctrl+b d** - detach session - **tmux ls** - lists all sessions - **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 new -s {name}** - Opens new session with given name - **tmux kill-session -t {session number/name}** - kills session \ No newline at end of file