summaryrefslogtreecommitdiff
path: root/system/vim/vimrc
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-06-18 20:00:31 -0500
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2018-06-18 20:03:49 -0500
commitc8d304bdbb1677538487b1fae9d365c515afe58d (patch)
tree7c998ff9c55a12fdd6962b7c24f06d831be9b946 /system/vim/vimrc
parent98bff74e34d13c302330878e4e832070317481e4 (diff)
downloadpackages-c8d304bdbb1677538487b1fae9d365c515afe58d.tar.gz
packages-c8d304bdbb1677538487b1fae9d365c515afe58d.tar.bz2
packages-c8d304bdbb1677538487b1fae9d365c515afe58d.tar.xz
packages-c8d304bdbb1677538487b1fae9d365c515afe58d.zip
system/vim: [PD] upgrade to 8.1.0077, update maintainer, disable mouse in terminals for realsies
Diffstat (limited to 'system/vim/vimrc')
-rw-r--r--system/vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/vim/vimrc b/system/vim/vimrc
index 4849a16d1..66b72282c 100644
--- a/system/vim/vimrc
+++ b/system/vim/vimrc
@@ -4,7 +4,7 @@ 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
+set mouse="" " Use Vim 7 default of no mouse movements by default
" Don't use Ex mode, use Q for formatting
map Q gq