Browse Source

vimrc and tmux.conf update

master
Dirk Alders 1 year ago
parent
commit
681c31984d
2 changed files with 3 additions and 1 deletions
  1. 2
    0
      .tmux.conf
  2. 1
    1
      .vimrc

+ 2
- 0
.tmux.conf View File

2
 
2
 
3
 source "/usr/share/powerline/bindings/tmux/powerline.conf"
3
 source "/usr/share/powerline/bindings/tmux/powerline.conf"
4
 
4
 
5
+set -g default-terminal "screen-256color"
6
+

+ 1
- 1
.vimrc View File

84
 " Flash the screen instead of beeping on errors.
84
 " Flash the screen instead of beeping on errors.
85
 set visualbell
85
 set visualbell
86
 " Enable mouse for scrolling and resizing.
86
 " Enable mouse for scrolling and resizing.
87
-set mouse=a
87
+"set mouse=a
88
 " Set the window's title, reflecting the file currently being edited.
88
 " Set the window's title, reflecting the file currently being edited.
89
 "set title
89
 "set title
90
 " Use colors that suit a dark background.
90
 " Use colors that suit a dark background.

Loading…
Cancel
Save