]> git.friedersdorff.com Git - max/dotfiles.git/blob - tmux/.tmux.conf
Remove powerline status bar for tmux
[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