summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
blob: ac9b02981eff6bdfc00d3a7297c3025a10a40eae (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 tmux-256color
set-option -ga terminal-overrides ",*256color:Tc"