Created
August 6, 2016 12:07
-
-
Save ShigekiKarita/16a23915747db54966959b0f8d413a6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g status-bg black | |
set -g status-fg colour254 | |
# mouse setting | |
set-window-option -g mode-mouse on | |
set-option -g mouse-select-window on | |
set-option -g mouse-select-pane on | |
set-option -g mouse-resize-pane on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment