Skip to content

Instantly share code, notes, and snippets.

@iOS0x00
Created January 8, 2014 05:39
Show Gist options
  • Save iOS0x00/8312332 to your computer and use it in GitHub Desktop.
Save iOS0x00/8312332 to your computer and use it in GitHub Desktop.
简单的tmux配置,支持鼠标操作
set -g prefix C-a
set-window-option -g mode-keys vi
set-window-option -g utf8 on
set -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-window on
@StephenLeeUSTC
Copy link

Awesome

@StephenLeeUSTC
Copy link

最新版已经只需要一句
set -g mouse on
就可以了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment