diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-28 16:38:57 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-28 16:38:57 +0200 |
| commit | 69336f4aebe8fce9884dae2375eabc9948f43beb (patch) | |
| tree | f45d9d6c2623d2a75603cb71fba8c321d598bab1 /.vimrc | |
| parent | 084809954f13205af598127ea00d37b819d927b4 (diff) | |
| download | dotfiles-69336f4aebe8fce9884dae2375eabc9948f43beb.tar.gz dotfiles-69336f4aebe8fce9884dae2375eabc9948f43beb.tar.bz2 dotfiles-69336f4aebe8fce9884dae2375eabc9948f43beb.zip | |
Added touchpad toggle
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {{{ |
