diff options
-rw-r--r-- | .vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |