From 681c31984dd7e20a6abb6aff2cbb9984541b863b Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sat, 1 Apr 2023 18:39:56 +0200 Subject: [PATCH] vimrc and tmux.conf update --- .tmux.conf | 2 ++ .vimrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.