aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 27f9bdd..76dd3e9 100644
--- a/.vimrc
+++ b/.vimrc
@@ -29,7 +29,7 @@ set wrapmargin=0 " disable auto line wrapping
set encoding=utf-8 " utf-8 encoding
set formatoptions-=t " do not auto break line > 89 character
filetype plugin indent on " allow to add specific rules for certain type of file
-set mouse=a " mouse scrolling (heretic)
+" set mouse=a " mouse scrolling (heretic)
" }}}
" browse list with tab {{{