X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmux%2F.tmux.conf;h=87533149ce195df1df5013eb628945a9ee309004;hb=e26f095473bbbc450820f7fabd0e82f94562426e;hp=a2103d5df3f7bc58fa9f1d32f9751b9a7567114f;hpb=34968443f7f8bcad32ece63149981c2cb2e6c80f;p=max%2Fdotfiles.git diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a2103d5..8753314 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -6,3 +6,10 @@ set -g default-command /bin/bash unbind C-b set -g prefix C-a bind C-a send-prefix + +set -g default-terminal "screen-256color" + +set -s escape-time 0 + +run-shell "powerline-daemon -q" +source "/usr/lib64/python2.7/site-packages/powerline/bindings/tmux/powerline.conf"