]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - tmux/.tmux.conf
alias vim='gvim -v' only if gvim exists
[max/dotfiles.git] / tmux / .tmux.conf
index a2103d5df3f7bc58fa9f1d32f9751b9a7567114f..df38b8765928f7abfa2ffa6421eeb0e4f6c1f66c 100644 (file)
@@ -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