sh tmux鼠标模式安装脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh tmux鼠标模式安装脚本相关的知识,希望对你有一定的参考价值。

git clone https://github.com/nhdaly/tmux-better-mouse-mode ~/.tmux
echo 'set-option -g mouse on' >> ~/.tmux.conf
echo 'run-shell ~/.tmux/scroll_copy_mode.tmux' >> ~/.tmux.conf
tmux source-file ~/.tmux.conf

以上是关于sh tmux鼠标模式安装脚本的主要内容,如果未能解决你的问题,请参考以下文章

sh 用于安装没有root访问权限的tmux的bash脚本

sh 用于安装没有root访问权限的tmux的bash脚本

sh 用于安装没有root访问权限的tmux的bash脚本

sh ubuntu 16.04的脚本,自动安装zsh,oh-my-zsh,tmux和powerline,以及配置powerline

sh 脚本Tmux

如何在tmux窗口中启动脚本后自动终止ssh连接?