Last active
January 19, 2018 18:31
-
-
Save Ketrel/fcae721aae1c8e48ebab2f12010e70df to your computer and use it in GitHub Desktop.
Default tmux config
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
# Setup Window Titles | |
set set-titles on | |
set set-titles-string '#W (#h)' | |
# Setup Status | |
set status-bg colour31 | |
set status-fg colour16 | |
#set status-position top | |
# Change Window Split Keys | |
bind-key | split-window -h | |
bind-key - split-window -v | |
unbind-key '"' | |
unbind-key % | |
# Other Bind Changes | |
bind-key r source ~/.tmux.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment