All Articles

Just another tmux cheatsheet

tmuxλ₯Ό 써보기 μ‹œμž‘ν–ˆλŠ”λ° μ–΄λ–€ cheatsheet λŠ” λ„ˆλ¬΄ κ°„λ‹¨ν•˜κ³ , μ–΄λ–€ 것은 또 λ„ˆλ¬΄ λ°©λŒ€ν•΄μ„œ ν•œ λ²ˆμ΄λΌλ„ 써본 μ»€λ§¨λ“œλ₯Ό μ μ–΄λ³΄μ•˜λ‹€. 문자 ν•˜λ‚˜λ§Œ μ ν˜€μžˆλŠ” κ²½μš°λŠ” Ctrl + Bλ₯Ό λˆ„λ₯Έ λ‹€μŒμ˜ ν‚€.

Managing Sessions

create

$ tmux new -s sesseion_name

rename

$ tmux rename-session new-name
$

attach

$ tmux attach -t session-name

detach

d

Managing Windows

create

$ tmux new-window
c

move

$ tmux select-window -t :0-9
0-9

rename current window

$ tmux rename-window
,

delete (current one)

$ tmux kill-window -t :0-9
&

Managing Panes

split horizontally (Vim μ—μ„œ :vs)

%

split vertically (Vim μ—μ„œ :split)

"

show numbers

q

Enter scroll mode

[

(exit: q)

move

<arrows>

exit

d

Published Feb 29, 2016

If I keep marking the dots, someday they will πŸ”—πŸ”—