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