From 603ed769944387ab544d1872e5cdc545dc076b63 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 23 Nov 2017 22:27:56 +0000 Subject: [PATCH] Move mouse setting --- plugin/settings.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/settings.vim b/plugin/settings.vim index cac65f4..4bb9144 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -1,8 +1,5 @@ scriptencoding 'utf-8' -" Enable all mouse features -set mouse=a - " Enable visually highlighting listchars set list " Non breaking space: @@ -36,6 +33,9 @@ endif " Don't add 2 spaces after end of sentence set nojoinspaces +" Enable all mouse features +set mouse=a + " TODO: spellcapcheck " TODO: virtualedit=block " TODO: whichwrap=b,h,l,s,<,>,[,],~