vscode 中的 tmux - 减慢滚动速度

vik*_*027 7 tmux iterm2 visual-studio-code

我正在尝试在Visual Studio Code中调整滚动缓冲区或tmux的速度

目前,我的代码中有以下几行,~/.tmux.conf它工作正常iTerm2,但根本不起作用。即使鼠标最轻微的移动,VS Code 中的滚动速度也非常快。

run-shell ~/.tmuxd/tmux-better-mouse-mode/scroll_copy_mode.tmux
set -g mouse on
set -g @scroll-speed-num-lines-per-scroll 1
Run Code Online (Sandbox Code Playgroud)

不确定这是否重要,但这是我在 VS Code 中集成终端的设置。

run-shell ~/.tmuxd/tmux-better-mouse-mode/scroll_copy_mode.tmux
set -g mouse on
set -g @scroll-speed-num-lines-per-scroll 1
Run Code Online (Sandbox Code Playgroud)