gpt4 book ai didi

tmux - Ubuntu - 将 tmux 1.8 更改为 tmux-next 1.9

转载 作者:行者123 更新时间:2023-12-03 07:22:23 28 4
gpt4 key购买 nike

在我尝试为 tmux 安装一些插件后,我发现我的 tmux 版本是 1.8。

按照这个答案的步骤,我安装了 tmux 2.1:Ugrade tmux from 1.8 to 1.9 on Ubuntu 14.04(我没有找到 tmux=1.9a-1~ppa1~t 而是安装 tmux-next 并用 sudo ln -sf $(which tmux-next) /usr/bin/tmux 替换 usr bin 中的链接

Tmux 工作得很好,但没有加载我的配置。我尝试了 tmux 源,但现在我应该 tmux source每次我使用 tmux 时。

毕竟我收到了这个错误:

unknown option: mode-mouse
unknown option: mode-mouse
unknown option: mouse-select-pane
unknown option: mouse-resize-pane
unknown option: mouse-select-window
unknown option: mode-mouse
unknown option: mode-mouse

tmux-next 是同一个 tmux 吗?我应该怎么做才能自动加载 .tmux.conf

最佳答案

刚刚在 Ubuntu Server 上安装了 tmux 2.1 并遇到了同样的问题。对我来说,解决方案是删除所有这些未知选项并添加这些行:

 set -g mouse-utf8 on
set -g mouse on

现在,在 tmux 2.1 中,我可以选择一个 Pane 、一个窗口,并像在 tmux 1.8 中一样用鼠标调整所有内容的大小

“man tmux”的鼠标支持部分:

“默认的键绑定(bind)允许使用鼠标来选择 Pane 和调整 Pane 大小、复制文本以及使用状态行更改窗口。如果打开鼠标选项,这些功能就会生效。”

<小时/>

更新(因为有很多问题):

0 安装:

brew cask install easysimbl

1 在此处下载 .dmg 文件:https://bitheap.org/mouseterm/

2 执行:

cd /Volumes/MouseTerm && cp -r MouseTerm.bundle /Library/Application\ Support/SIMBL/Plugins

3 将其添加到您的 .tmux.conf 文件:

set -g mouse-utf8 on
set -g mouse on
bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
bind -n WheelDownPane select-pane -t= \; send-keys -M

4 重新加载 tmux

5 滚动!!!1

我希望这会有所帮助。适用于 iTerm 2/OS X El Capitan/tmux-2.1

关于tmux - Ubuntu - 将 tmux 1.8 更改为 tmux-next 1.9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30185210/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com