vimrc and tmux.conf update

This commit is contained in:
Dirk Alders 2023-04-01 18:39:56 +02:00
parent 68a8c1bc3a
commit 681c31984d
2 changed files with 3 additions and 1 deletions

View File

@ -2,3 +2,5 @@ run-shell "Powerline-daemon -q"
source "/usr/share/powerline/bindings/tmux/powerline.conf"
set -g default-terminal "screen-256color"

2
.vimrc
View File

@ -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.