顯示具有 tmux 標籤的文章。 顯示所有文章
顯示具有 tmux 標籤的文章。 顯示所有文章

2016年9月22日 星期四

[TOOL] tmux Configuration

environment : MacBook Pro @ OS X EL Capitan Version 10.11.6

1. Use homebrew to install tmux
brew install tmux
2. Configure
modify the ~/.tmux.conf
(1) 將控制鍵從 Ctrl+b 改成 Ctrl+f
# Use something easier to type as the prefix
set -g prefix C-f
unbind C-b
bind C-f send-prefix