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

Kill window

^b &

Wrong window size

Detach the others:

^b :detach -a

Attach

tmux a