Created
June 6, 2014 14:49
-
-
Save cdolan/be1842d1ba099e5af23a to your computer and use it in GitHub Desktop.
.tmux.conf
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
unbind C-b | |
set -g prefix C-a | |
set -g default-terminal "screen-256color" # use 256 colors | |
set -g status-utf8 on # enable utf-8 | |
# start window indexing at one instead of zero | |
set -g base-index 1 | |
# bind to reload config | |
bind r source-file ~/.tmux.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment