From 79482f14a562435a875e782f4143581bfcdcbf3f Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 19 Nov 2019 20:29:51 +0800 Subject: [PATCH] The mouse feature is assumed by default. --- options.vim | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/options.vim b/options.vim index 032090a..27d0b40 100644 --- a/options.vim +++ b/options.vim @@ -69,10 +69,8 @@ set colorcolumn=80 set scrolloff=3 " Use mouse to select and resize windows, etc. -if has('mouse') - set mouse=nv " Enable mouse in several mode - set mousemodel=popup " Set the behaviour of mouse -endif +set mouse=nv " Enable mouse in several mode +set mousemodel=popup " Set the behaviour of mouse " Do not show mode on command line since vim-airline can show it set noshowmode