aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-08-28 16:38:57 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-08-28 16:38:57 +0200
commit69336f4aebe8fce9884dae2375eabc9948f43beb (patch)
treef45d9d6c2623d2a75603cb71fba8c321d598bab1 /.vimrc
parent084809954f13205af598127ea00d37b819d927b4 (diff)
downloaddotfiles-69336f4aebe8fce9884dae2375eabc9948f43beb.tar.gz
dotfiles-69336f4aebe8fce9884dae2375eabc9948f43beb.tar.bz2
dotfiles-69336f4aebe8fce9884dae2375eabc9948f43beb.zip
Added touchpad toggle
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 {{{