tmux 명령어

security_gun·2024년 5월 22일
0

linux

목록 보기
3/4

tmux ls
tmux attach-sesstion -t <num>

왼쪽에서 작업하던 경로에서 동일한 경로의 창을 열고싶을때 :
~/.tmux.conf 파일에
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
하고 저장/종료 후
tmux source-file ~/.tmux.conf
하면 끝

profile
security_gun

0개의 댓글

관련 채용 정보