summary refs log tree commit diff
path: root/tmux.conf
blob: 3c1a0ce0ac8d032e2f8fc328f02d8b5eee8d572a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set-option -g prefix C-z
bind-key a send-prefix

set-option -g base-index 1
set-option -g renumber-windows on
set-option -g set-titles on
set-option -g set-titles-string '@#h'

set -g history-limit 20000

set -g set-titles on
set -g set-titles-string "#T"

set-option -g default-terminal "xterm-256color"
set-option -g xterm-keys on

set-option -g mouse on