summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
blob: e1b11fed95c898bb7bbf6673d68d83845386b4c7 (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 ",*256color:Tc"