diff options
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ set -g bell-action any # Default termtype. If the rcfile sets $TERM, that overrides this value. -set -g default-terminal "screen-256color" +#set -g default-terminal "screen-256color" +set -g default-terminal "rxvt-unicode-256color" # split windows like vim # vim's definition of a horizontal/vertical split is reversed from tmux's |