Created
June 15, 2015 10:33
-
-
Save andytill/a52c6bbdeba1c02d1123 to your computer and use it in GitHub Desktop.
.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
# 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