- Hacking Robots
- Posts
- Linux (Monday) - TMUX splitting windows (Panes), navigating between panes, and Resizing Panes
Linux (Monday) - TMUX splitting windows (Panes), navigating between panes, and Resizing Panes
This Monday was more about TMUX
Ok so today I got stuck on the keyboard shortcut. I have to hold Shift.
Splitting Windows Panes
Split horizontally (creates top/bottom):
First Ctrl + b
, then release both keys, and then press Shift + “
Split vertically (creates left/right):
First Ctrl + b
, then release both keys, and then press Shift + %
Ctrl + b
, then → ↑ ↓ ←
A little bit annoying that I have to press Ctrl+b for every single move with the arrow keys
Resizing Panes
First Ctrl + b
, then hold the Ctrl
key, and then press → ↑ ↓ ←
to resize
Next Python Tuesday