X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmux%2F.tmux.conf;h=df38b8765928f7abfa2ffa6421eeb0e4f6c1f66c;hb=361e9f9f36f8dbf39cae8c39339ca0e74bc52840;hp=a2103d5df3f7bc58fa9f1d32f9751b9a7567114f;hpb=34968443f7f8bcad32ece63149981c2cb2e6c80f;p=max%2Fdotfiles.git diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a2103d5..df38b87 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -6,3 +6,7 @@ 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 \ No newline at end of file