묶는 방법 `+,`를 F5로 하시겠습니까?

묶는 방법 `+,`를 F5로 하시겠습니까?

나는 그것이 tmux의 작업 에 F5대한 별칭이기를 원합니다.<prefix>+,rename window

나는 시도했다:

bind -n F5 rename-window 

하지만 tmux는 conf 파일을 읽을 때 화를 냅니다.

내가 원하는 것을 달성하는 방법?

답변1

~/.tmux.conf를 설정한 bind-key -n F5 command-prompt -I "rename-window "다음 소싱하세요. (누르고 Ctrl+b :쓰세요 source-file ~/.tmux.conf)

관련 정보