Tmux
From DWIKI
Terminal Multiplexer
Links
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
Terminal Multiplexer
In ~/.tmux.conf
unbind C-b set -g prefix C-a bind C-a send-prefix
^b c
^b n
Detach the others:
^b :detach -a
tmux a