[linux] tmux 단축키 안 먹음
tmux 단축키(cntrl + b + 명령키)가 안 되어서 일단 임시 방편으로 단축키 없이 한다. 원래는 https://sarah950716.tistory.com/21 이것대로 잘만 됐었는데 안 된다. - 새로운 session 생성 tmux new -s [session 이름] - 세션 목록 확인 tmux ls - detach session tmux detach - attach session tmux attach -t [session 이름] - 새로운 window 생성 tmux new-window - window 이동 tmux select-window [window 번호] - window 없애기 tmux kill-window - pane 분할 tmux split-window [-h: 세로로 분할, -v: ..
2021.12.23