summaryrefslogtreecommitdiffstats
path: root/shell/_tmux.conf
blob: 9ee9f9627a94bde241c20ec62bca5cd7c8ce1001 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
set -g prefix C-x
bind C-x send-prefix
unbind C-b

set -g default-terminal "screen-256color"

set -g base-index 1 # start window numbering with 1

bind-key r source-file ~/.tmux.conf \; display "Config reloaded!"

if-shell "test -e ~/.tmux.conf.local" "source-file ~/.tmux.conf.local"