tmux2 tmux - alias, sh를 이용하여 편리하게 사용하기 alias 등록하기 (https://sondho.tistory.com/44) # tmux alias t='tmux' alias tn='~/git/my-settings/my-sh/tmux/tmux_new_name.sh' alias ta='tmux a #' alias tan='~/git/my-settings/my-sh/tmux/tmux_a_t_name.sh' alias tl='tmux ls' alias tk='~/git/my-settings/my-sh/tmux/tmux_kill-session.sh' tmux a # 세션을 재연결하는 명령어 a는 attach를 뜻함 #는 특정 세션번호를 뜻하는 와일드카드. 사용자가 명시적으로 세션번호를 입력하지 않아도 가장 최근에 사용한 세션을 자동으로 찾아서 연결합니다. t.. 2021. 1. 22. 맥 os - SSH환경에서 화면 분할하기 (tmux) brew 설치 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" tmux 설치 brew install tmux tmux 명령어 tmux a # : attach. 터미널 -> tmux. attach. 터미널 -> tmux. dettach시킨 tmux로 이동 > tmux a # tmux ls : 현재 실행중인 세션 일람 > tmux ls tmux kill-session -t 세션이름 : 세션 강제 종료 > tmux kill-session -t 세션이름 tmux 단축키 ※ ctrl + b 누른 뒤, 다음 키 눌러야함. 동시에 누르면 안됨. (ctrl + b) -> % : 패널 세로 나누기 .. 2021. 1. 22. 이전 1 다음