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 하면 끝