summaryrefslogtreecommitdiff
path: root/tmux_conf
blob: 55cf0672b0a76e4950542c0d42778a43a47c1527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# remap CTRL-b to CTRL-a because it's better
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix

# vi master race
set -g mode-keys vi
set -sg escape-time 0

# I <3 history
set -g history-limit 500000

# colors!
set -g default-terminal "screen-256color"