refactor tmux
This commit is contained in:
parent
47f77c0235
commit
6fdcf2a7c5
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue