tmuxλ₯Ό μ¨λ³΄κΈ° μμνλλ° μ΄λ€ cheatsheet λ λ무 κ°λ¨νκ³ , μ΄λ€ κ²μ λ λ무 λ°©λν΄μ ν λ²μ΄λΌλ μ¨λ³Έ 컀맨λλ₯Ό μ μ΄λ³΄μλ€. λ¬Έμ νλλ§ μ νμλ κ²½μ°λ Ctrl + B
λ₯Ό λλ₯Έ λ€μμ ν€.
create
$ tmux new -s sesseion_name
rename
$ tmux rename-session new-name
$
attach
$ tmux attach -t session-name
detach
d
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
&
split horizontally (Vim μμ :vs
)
%
split vertically (Vim μμ :split
)
"
show numbers
q
Enter scroll mode
[
(exit: q)
move
<arrows>
exit
d