# Keymap unbind C-b set-option -g prefix C-a bind C-a send-prefix bind C-w send-keys C-a unbind '"' unbind % bind | split-window -h bind - split-window -v bind r source-file ~/.tmux.conf bind h select-pane -L bind l select-pane -R bind j select-pane -D bind k select-pane -U bind -r C-h resize-pane -L bind -r C-l resize-pane -R bind -r C-j resize-pane -D bind -r C-k resize-pane -U # Statusbar set -g status-position bottom set -g status-justify left set -g status-style 'bg=colour45 fg=colour0' set -g status-left '' set -g status-right '' # Terminal settings set -g default-terminal "xterm" set -g terminal-overrides ",xterm-termite:Tc" # Mouse set -g mouse on