summary refs log tree commit diff
path: root/tmux.conf
blob: be1201deee4b802b6a044061c954826f831109fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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-option -g default-terminal "xterm-256color"
set-option -g xterm-keys on
set-option -g mouse on