]> git.friedersdorff.com Git - max/dotfiles.git/blob - tmux/.tmux.conf
Merge branch 'master' of git.friedersdorff.com:max/dotfiles
[max/dotfiles.git] / tmux / .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
13
14 run-shell "powerline-daemon -q"
15 source "/usr/lib64/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"