bind-key r source-file "~/.tmux.conf" bind-key h select-pane -L bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R bind-key space last-pane bind-key s split-window bind-key v split-window -h set-option -g prefix C-q bind-key C-q send-prefix set-option -g mouse on set-option -ga terminal-overrides ",*256col*:Tc" set-option -g default-terminal "tmux-256color"