summaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
blob: 19239e10676d45b5e9f005f11b4e1007069430d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
unbind C-b
set -g prefix C-a
bind C-a 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

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