set-option -g default-terminal "screen-256color" set-window-option -g xterm-keys on # use ctrl-a instead of c-b set -g prefix C-a unbind C-b bind C-a send-prefix # force a reload of the config file unbind r bind r source-file ~/.tmux.conf # quick pane cycling unbind ^A bind ^A select-pane -t :.+