diff options
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ # Ring the bell if any background window rang a bell set -g bell-action any -set -g default-terminal "tmux-256color" -set-option -ga update-environment ' DISPLAY' +set -g default-terminal "screen-256color" # split windows like vim # vim's definition of a horizontal/vertical split is reversed from tmux's |