# use ctrl-a instead of ctrl-b unbind C-b set -g prefix C-a bind C-a send-prefix # start counting at 1 instead of 0 set -g base-index 1 setw -g pane-base-index 1 # fix fancy colors set -g default-terminal "tmux-256color" # powerline! source /usr/share/tmux/powerline.conf # set shell set -g default-shell /usr/bin/fish