diff --git a/.tmux.conf b/.tmux.conf index 07b8fe1..aee138a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,3 +2,5 @@ run-shell "Powerline-daemon -q" source "/usr/share/powerline/bindings/tmux/powerline.conf" +set -g default-terminal "screen-256color" + diff --git a/.vimrc b/.vimrc index 0c5da6c..271978e 100644 --- a/.vimrc +++ b/.vimrc @@ -84,7 +84,7 @@ set noerrorbells " Flash the screen instead of beeping on errors. set visualbell " Enable mouse for scrolling and resizing. -set mouse=a +"set mouse=a " Set the window's title, reflecting the file currently being edited. "set title " Use colors that suit a dark background.