Tmux

From DWIKI
Revision as of 10:07, 22 December 2021 by Tony (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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