Tmux: Difference between revisions
From DWIKI
m (→Links) |
mNo edit summary |
||
Line 1: | Line 1: | ||
Terminal Multiplexer | Terminal Multiplexer | ||
=Links= | |||
*[https://robots.thoughtbot.com/a-tmux-crash-course tmux crash course] | = Links = | ||
*[https://gist.github.com/Bekbolatov/6840069e51382965fdad Tmux cheat sheet] | |||
*[https://gist.github.com/Starefossen/5955406 Another cheat sheet] | *[https://robots.thoughtbot.com/a-tmux-crash-course tmux crash course] | ||
*[https://gist.github.com/Bekbolatov/6840069e51382965fdad Tmux cheat sheet] | |||
*[https://gist.github.com/Starefossen/5955406 Another cheat sheet] | |||
*https://lukaszwrobel.pl/blog/tmux-tutorial-split-terminal-windows-easily/ | |||
=FAQ= | =FAQ= |
Revision as of 19:04, 30 March 2021
Terminal Multiplexer
Links
- tmux crash course
- Tmux cheat sheet
- Another cheat sheet
- https://lukaszwrobel.pl/blog/tmux-tutorial-split-terminal-windows-easily/
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