tmux session을 처음 생성할 때 만든 이름을 변경할 때는 두가지 방법이 있다.
1. shell에서 명령어로 변경
$tmux rename-session -t [current-session-name] [new-session-name]
2. tmux 내 커맨드에서 변경
tmux 내에서 커맨드 실행 : ctrl + b + $
혹은 ctrl + b + :
=> rename-session -t [current-session-name] [new-session-name]
만약 tmux hotkey를
ctrl+b
에서 다른 키로 변경하였다면 변경한 키를 입력해주면 된다.
'tools > terminal' 카테고리의 다른 글
Find files in mac terminal (0) | 2018.03.26 |
---|---|
맥 터미널 탭이동하기 (0) | 2018.03.21 |
Downloading youtube in terminal: youtube-dl (0) | 2018.01.16 |
iterm2 메뉴바(title) 색상 변경하기 (0) | 2017.12.13 |
tmux-powerline: 내맘대로 tmux상태바 만들기 (0) | 2017.03.19 |