Tmux: Difference between revisions
From DWIKI
m (→FAQ) |
m (→Links) |
||
Line 4: | Line 4: | ||
*[https://robots.thoughtbot.com/a-tmux-crash-course tmux crash course] | *[https://robots.thoughtbot.com/a-tmux-crash-course tmux crash course] | ||
*[https://gist.github.com/Bekbolatov/6840069e51382965fdad Tmux cheat sheet] | *[https://gist.github.com/Bekbolatov/6840069e51382965fdad Tmux cheat sheet] | ||
*[https://gist.github.com/Starefossen/5955406 Another cheat sheet] | |||
=FAQ= | =FAQ= |
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