Skip to content

Instantly share code, notes, and snippets.

@andytill
Created June 15, 2015 10:33
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 andytill/a52c6bbdeba1c02d1123 to your computer and use it in GitHub Desktop.
Save andytill/a52c6bbdeba1c02d1123 to your computer and use it in GitHub Desktop.
.tmux.config
# set prefix key to Ctrl-a
unbind-key C-b
set-option -g prefix C-a
# set the window index to base 1
set -g base-index 1
setw -g pane-base-index 1
# Highlight active window
set-window-option -g window-status-current-bg red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment