text 在Mac OS X上安装和配置tmux

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在Mac OS X上安装和配置tmux相关的知识,希望对你有一定的参考价值。

# First install tmux
brew install tmux

# For mouse support (for switching panes and windows)
# Only needed if you are using Terminal.app (iTerm has mouse support)
Install http://www.culater.net/software/SIMBL/SIMBL.php
Then install https://bitheap.org/mouseterm/

# More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/

# Enable mouse support in ~/.tmux.conf
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-window-option -g mode-mouse on

# Install Teamocil to pre define workspaces
https://github.com/remiprev/teamocil

# See http://files.floriancrouzat.net/dotfiles/.tmux.conf for configuration examples

以上是关于text 在Mac OS X上安装和配置tmux的主要内容,如果未能解决你的问题,请参考以下文章

Golang (Go语言) Mac OS X下环境搭建 环境变量配置 开发工具配置 Sublime Text 2

如何在Mac OS X上安装 Ruby运行环境

tmux 在哪里保存 OS X 上的日志

tmux 前缀键在 mac OS High Sierra 上不起作用

如何在 Mac OS X 上安装 mod_jk

text Mac OS X Bash配置文件