git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 1bef541..984e974 100644
--- a/.vimrc
+++ b/.vimrc
@@ -5,10 +5,10 @@ set showmode
set showmatch
set hlsearch
set undolevels=64
-" who came up with the 'brilliant' idea that make mouse input relevant for vim
+" who came up with the 'brilliant' idea that makes mouse input relevant for vim
" inside a terminal AS DEFAULT?
-set mouse=
-set ttymouse=
+set mouse=""
+set ttymouse=""
set shiftwidth=0
set tabstop=4
set ignorecase