unix – tmux设置-g鼠标模式不工作

前端之家收集整理的这篇文章主要介绍了unix – tmux设置-g鼠标模式不工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我一直在环顾四周,人们说,投入 @H_404_1@set -g mouse-mode on

应该让你在运行tmux时滚动终端输出。但是,在把这个放在我的〜/ .tmux.conf文件中,并在tmux会话中说tmux设置-g鼠标模式时,没有什么改变。当我滚动我仍然得到外面的tmux喜欢滚动在vim与默认设置。

任何人知道为什么这是?

因此,此选项已在2.1版(2015年10月18日)

从changelog:

@H_404_1@Mouse-mode has been rewritten. There's now no longer options for: - mouse-resize-pane - mouse-select-pane - mouse-select-window - mode-mouse Instead there is just one option: 'mouse' which turns on mouse support

所以这是我现在在我的.tmux.conf文件中使用

@H_404_1@set -g mouse on
原文链接:https://www.f2er.com/bash/392434.html

猜你在找的Bash相关文章