답변1
tmux 플러그인을 사용하여 작업을 수행할 수 있었습니다.
먼저 제가 설치한완전한 생산 관리:
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
그런 다음 구성 @scroll-speed-num-lines-per-scroll
하고 추가했습니다.tmux-better-mouse-mode
그리고 내 TPM ~/.tmux.conf
:
set -g @scroll-speed-num-lines-per-scroll 1 # change to the speed you'd like
set -g @plugin 'nhdaly/tmux-better-mouse-mode'
run -b '~/.tmux/plugins/tpm/tpm'
tmux conf를 다시 로드한 후 실행하여 prefix+I
플러그인을 설치했는데 스크롤 속도가 @scroll-speed-num-lines-per-scroll
설정에 따라 응답했습니다.