aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/.tmux.conf
blob: 77a6eedb1b77cedab1754fc12c38982f541f8b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set -g default-terminal "screen-256color"

unbind C-b
set -g prefix `
bind-key ` send-prefix

bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."

set -g status-bg default
set -g status-fg default

set -s escape-time 0