Skip to content

Instantly share code, notes, and snippets.

@Ketrel
Last active January 19, 2018 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ketrel/fcae721aae1c8e48ebab2f12010e70df to your computer and use it in GitHub Desktop.
Save Ketrel/fcae721aae1c8e48ebab2f12010e70df to your computer and use it in GitHub Desktop.
Default tmux config
# 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