tmux cheatsheet

tmux ์“ธ๊บผ์•ผ!

Reference: tmux shotcuts & cheatsheet

What is tmux?

tmux

  • Terminal Multiplexer

  • ํ•˜๋‚˜์˜ terminal์„ ๋ถ„ํ• ํ•˜์—ฌ ์—ฌ๋Ÿฌ program์„ ์‹คํ–‰ํ•˜๊ณ , ์‹คํ–‰ํ•œ program์„ background mode๋กœ ์ „ํ™˜ ๋ฐ ๋ณต๊ท€ํ•  ์ˆ˜ ์žˆ๋„๋ก ํ•œ๋‹ค

Linux shell์„ ์‚ฌ์šฉํ•  ๋•Œ ๊ฒช๋Š” ์•„๋ž˜์™€ ๊ฐ™์€ ์–ด๋ ค์›€์„ tmux๋ฅผ ํ†ตํ•ด ํ•ด๊ฒฐํ•  ์ˆ˜ ์žˆ๋‹ค

  1. SSH Client shell์˜ sesion timeout

  2. ํ•˜๋‚˜์˜ ssh connection์„ ์—ฌ๋Ÿฌ๊ฐœ์˜ shell์—์„œ ์‚ฌ์šฉํ•˜๊ณ  ์‹ถ์Œ

  3. Shell window๋ฅผ switch ํ•˜๋Š” ๊ฒƒ์ด ๋ฒˆ๊ฑฐ๋กœ์›€

  4. Shell์„ ์ข…๋ฃŒํ–ˆ๋‹ค๊ฐ€ ๋‹ค์‹œ ์‹คํ–‰ ํ–ˆ์„ ๋•Œ ์ด์ „์˜ ์ž‘์—…๋“ค์ด ๋‚จ์•„์žˆ์—ˆ์œผ๋ฉด ์ข‹๊ฒ ์Œ

Key features

  • ํ•˜๋‚˜์˜ terminal window์—์„œ ๋‹ค์ˆ˜์˜ windows์™€ pane์„ ์‚ฌ์šฉํ•˜๊ฒŒ ํ•ด์ค€๋‹ค

  • windows์™€ pane์ด session์— ์œ ์ง€๋˜๋„๋ก ํ•ด์ค€๋‹ค

    • Internet์ด disconnect ๋˜์–ด๋„ session์ด ์œ ์ง€๋  ์ˆ˜ ์žˆ๋‹ค!

  • Session์„ ๊ณต์œ ํ•  ์ˆ˜ ์žˆ๋‹ค

Sessions, Windows, and Panes

Sessions

  • tmux๋ฅผ ์‹คํ–‰ํ•˜๋Š” ๊ธฐ๋ณธ ๋‹จ์œ„๋กœ

  • ์—ฌ๋Ÿฌ window๋กœ ๊ตฌ์„ฑ๋œ๋‹ค

  • ๊ฐ€์ƒํ™”๋œ ํ•˜๋‚˜์˜ console์„ ์ƒ์„ฑํ•œ ๊ฒƒ์œผ๋กœ ๋ณผ ์ˆ˜ ์žˆ๋‹ค

Windows

  • terminal ํ™”๋ฉด

  • session ๋‚ด์—์„œ tab ์ฒ˜๋Ÿผ ์‚ฌ์šฉ ๊ฐ€๋Šฅํ•˜๋‹ค

Panes

  • ํ•˜๋‚˜์˜ window ๋‚ด์—์„œ์˜ ํ™”๋ฉด ๋ถ„ํ• 

Essential tmux commands

start new session:

tmux

start new with session name:

tmux new -s SESSION_NAME

attach:

tmux a  #  (or at, or attach)

attach to named:

tmux a -t SESSION_NAME

list sessions:

tmux ls

exit tmux:

ctrl d

kill session:

tmux kill-session -t SESSION_NAME

Kill all the tmux sessions:

tmux ls | grep : | cut -d. -f1 | awk '{print substr($1, 0, length($1)-1)}' | xargs kill

Prefix & Shortcuts

Prefix

  • .tmux.conf ์—์„œ ๋”ฐ๋กœ ์„ค์ •์„ ํ•˜์ง€ ์•Š์œผ๋ฉด, default prefix๋Š” ctrl + b ์ด๋‹ค

  • prefix ์™€ ์•„๋ž˜์˜ commands ๋ฅผ ์กฐํ•ฉํ•˜์—ฌ ์‚ฌ์šฉํ•œ๋‹ค

prefix ๋ณ€๊ฒฝํ•˜๊ธฐ

vi editor๋กœ $HOME ๊ฒฝ๋กœ์— ~/.tmux.conf file ์—ด๊ธฐ

sudo vi ~/.tmux.conf

.tmux.conf ์— ์ถ”๊ฐ€ํ•  ๋‚ด์šฉ:

# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix

๋ณ€๊ฒฝ๋œ .tmux.conf ์ ์šฉ:

tmux source-file ~/.tmux.conf

Sessions

s  # list sessions
$  # name session

Windows (tabs)

c  # create window
w  # list windows
n  # next window
p  # previous window
f  # find window
,  # name window
&  # kill window

Panes (splits)

%  # vertical split
"  # horizontal split
o  # swap panes
q  # show pane numbers
x  # kill pane
+  # break pane into window (e.g. to select text by mouse to copy)
-  # restore pane from window
โฝ  # space - toggle between layouts
q  # Show pane numbers, when the numbers show up type the key to goto that pane
{  # Move the current pane left
}  # Move the current pane right
z  # toggle pane zoom

Misc

d  # detach
t  # big clock
?  # list shortcuts
:  # prompt

Last updated

Was this helpful?