答え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
に従って応答しました。