diff --git a/technology/applications/cli/tmux.md b/technology/applications/cli/tmux.md index c3504ed..ac820c1 100644 --- a/technology/applications/cli/tmux.md +++ b/technology/applications/cli/tmux.md @@ -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`