Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 430 Bytes

tmux.md

File metadata and controls

50 lines (26 loc) · 430 Bytes

Tmux 화면 분할

: 우선 tmux를 깔고 킨다.

apt-get install tmux
tmux

그 다음, 핵심은 ctrl+b 이다.

  1. 행으로 창을 분할하고 싶으면
ctrl+b (손 떼고)
shift+' 
  1. 열로 창을 분할하고 싶으면
ctrl+b (손 떼고)
shift+5
  1. 창 이동하고 싶으면
ctrl+b (손 떼고)
방향키
  1. 창 끄고 싶으면
exit