Created
September 3, 2015 05:49
-
-
Save certainty/f1162d25a1474935e75d to your computer and use it in GitHub Desktop.
tmux.conf
This file contains 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 history-limit 1000000 | |
set-option -g status-utf8 on | |
set-window-option -g automatic-rename off | |
set-window-option -g monitor-activity on | |
set-option -g base-index 1 | |
setw -g aggressive-resize on | |
set-option -g visual-bell off | |
set -g default-terminal "screen-256color" | |
set -g status-utf8 on | |
set -g history-limit 1000000 | |
set-option -g status-utf8 on | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment