ソースを参照

vimrc and tmux.conf update

master
Dirk Alders 1年前
コミット
681c31984d
2個のファイルの変更3行の追加1行の削除
  1. 2
    0
      .tmux.conf
  2. 1
    1
      .vimrc

+ 2
- 0
.tmux.conf ファイルの表示

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

+ 1
- 1
.vimrc ファイルの表示

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

読み込み中…
キャンセル
保存