Tmux: Difference between revisions
From DWIKI
m (→Links) |
m (→FAQ) |
||
Line 6: | Line 6: | ||
=FAQ= | =FAQ= | ||
==remap control to ^a== | |||
In ~/.tmux.conf | |||
unbind C-b | |||
set -g prefix C-a | |||
bind C-a send-prefix | |||
==new window== | ==new window== | ||
^b c | ^b c |
Revision as of 10:34, 23 May 2020
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