Skip to content

Instantly share code, notes, and snippets.

@cdolan
Created June 6, 2014 14:49
Show Gist options
  • Save cdolan/be1842d1ba099e5af23a to your computer and use it in GitHub Desktop.
Save cdolan/be1842d1ba099e5af23a to your computer and use it in GitHub Desktop.
.tmux.conf
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