refactor tmux

This commit is contained in:
JMARyA 2024-01-15 09:58:38 +01:00
parent 47f77c0235
commit 6fdcf2a7c5
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -29,6 +29,10 @@ tmux kill-session -t name
```
# Keybinds
- Vertical Split: `Ctrl-b %`
- Horizontal Split: `Ctrl-b "`
- Select Pane: `Ctrl-b q [num]`
- Change Pane Size: `Ctrl-b Ctrl [Down/Up/Left/Right]`
- Switch sessions: `Ctrl-b s`
- Detach from a running session: `Ctrl-b + d`
- Create a new window inside session: `Ctrl-b c`