]> git.friedersdorff.com Git - max/dotfiles.git/blob - .tmux.conf
fb8ba84551aebd3413f6ca53b935c0a47e3fb1ab
[max/dotfiles.git] / .tmux.conf
1 set -g history-limit 10000
2
3
4 set -g default-command /bin/bash
5
6 unbind C-b 
7 set -g prefix C-a 
8 bind C-a send-prefix
9
10 set -g default-terminal "screen-256color"
11
12 set -s escape-time 0