docs: create computers/tmux
This commit is contained in:
23
computers/tmux.md
Normal file
23
computers/tmux.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Tmux
|
||||
description:
|
||||
published: 1
|
||||
date: 2021-11-18T04:12:42.276Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2021-11-18T04:12:42.276Z
|
||||
---
|
||||
|
||||
# Tmux
|
||||
## Basics
|
||||
- **ctrl+b %** - Opens new pane to left
|
||||
- **ctrl+b "** - Opens to new below
|
||||
- **ctrl+b c** - Opens new window
|
||||
- **ctrl+b {any number}** - switches to that window
|
||||
- **ctrl+b ,** - rename window
|
||||
- **ctrl+b d** - detach session
|
||||
- **tmux ls** - lists all sessions
|
||||
- **tmux attach -t {session number/name}** - reattach to session
|
||||
- **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
|
||||
Reference in New Issue
Block a user