edit metadata

This commit is contained in:
2025-02-12 15:01:15 +01:00
parent 341b6ed46f
commit 1ce84ebc53
43 changed files with 214 additions and 207 deletions

View File

@@ -1,10 +1,10 @@
---
title: "tmux"
tags: [ "System" ]
tags: [ "system" ]
---
Start with:
```bash
```sh
tmux
```
@@ -34,21 +34,21 @@ In addition to Windows, there are panes.
Crate a new session with the name 'backup'.
```bash
```sh
tmux new -s backup
```
List sessions:
```bash
```sh
tmux list-sessions
```
```bash
```sh
tmux kill-session -t 2
```
```bash
```sh
tmux attach -t backup
```