diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-16 10:21:18 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-16 10:21:18 +0200 |
| commit | fb6d9a33c8a7b10557f7119865877f648d8f05da (patch) | |
| tree | 07dc2afefdea417667c2bb8f059a6a3167f19be6 /.vimrc | |
| parent | e1f86f92ffcba791739dfea105cb5d8e9081db5e (diff) | |
| parent | cb9e981c80476a7297ecd7c80ba9cd8eafe0f0d1 (diff) | |
| download | dotfiles-fb6d9a33c8a7b10557f7119865877f648d8f05da.tar.gz dotfiles-fb6d9a33c8a7b10557f7119865877f648d8f05da.tar.bz2 dotfiles-fb6d9a33c8a7b10557f7119865877f648d8f05da.zip | |
Merge branch 'master' into carbon
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 {{{ |
