ssh 화면분할1 맥 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 다음