diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-27 20:30:55 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-01-27 20:30:55 +0000 |
commit | 20ed702c35ad049d359ddb5a0407269c619ae884 (patch) | |
tree | 8992ff130c1895176bf25da3ba1a1ce1fed20389 /system/vim/vimrc | |
parent | 8179d35ff1daa7f0e079a13cba05b041515d489d (diff) | |
parent | 2cb0d9b4f32974ef48f8098d1ff692e813a62f15 (diff) | |
download | packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.gz packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.bz2 packages-20ed702c35ad049d359ddb5a0407269c619ae884.tar.xz packages-20ed702c35ad049d359ddb5a0407269c619ae884.zip |
Merge branch 'bump.aerdan.20190127' into 'master'
Bump a bunch of software, holy crap
See merge request !155
Diffstat (limited to 'system/vim/vimrc')
-rw-r--r-- | system/vim/vimrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/vim/vimrc b/system/vim/vimrc index 66b72282c..df08a4866 100644 --- a/system/vim/vimrc +++ b/system/vim/vimrc @@ -4,8 +4,6 @@ set ai " Always set auto-indenting on set history=50 " keep 50 lines of command history set ruler " Show the cursor position all the time -set mouse="" " Use Vim 7 default of no mouse movements by default - " Don't use Ex mode, use Q for formatting map Q gq |