Tmux
From DWIKI
Terminal Multiplexer
Links
- tmux crash course
- Tmux cheat sheet
- Another cheat sheet
- https://lukaszwrobel.pl/blog/tmux-tutorial-split-terminal-windows-easily/
FAQ
remap control to ^a
In ~/.tmux.conf
unbind C-b set -g prefix C-a bind C-a send-prefix
new window
^b c
switch window
^b n
Wrong window size
Detach the others:
^b :detach -a
Attach
tmux a