Skip to content

Instantly share code, notes, and snippets.

@bdenning
Created December 22, 2014 02:16
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 bdenning/aea289a3b4d194135555 to your computer and use it in GitHub Desktop.
Save bdenning/aea289a3b4d194135555 to your computer and use it in GitHub Desktop.
# use ctrl+a instead of ctrl+b
unbind C-b
set -g prefix C-a
bind a send-prefix
# allow tmux to be reloaded
unbind r
bind r source-file ~/.tmux.conf
# set colours
set -g default-terminal "screen-256color"
set -g status-bg blue
set -g status-fg white
# unicode
setw -g utf8 on
set -g status-utf8 on
# window options
set-window-option -g automatic-rename off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment