Created
July 31, 2017 18:52
-
-
Save sunshinekitty/694c4421e703685bb32f3e8b8c5fd57e 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-window-option -g automatic-rename | |
set-option -g history-limit 10000 | |
set-option -g pane-active-border-fg brightblue | |
set-option -g status-fg brightblue | |
set-option -g status-bg black | |
set-option -g status-position top | |
bind r source-file ~/.tmux.conf | |
bind a set-window-option synchronize-panes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment