summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
blob: f21efe9c65c820e5481cfd105d5a4fb25ea7954c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
unbind C-b
set -g prefix C-'\'
bind C-'\' send-prefix

set -g mouse on
set-option -g history-limit 10000
set -s escape-time 0

set -g base-index 1
setw -g pane-base-index 1
setw -g mode-keys vi

set -g default-terminal xterm-256color
set-option -ga terminal-overrides ",xterm-256color:Tc"