From 07c2c06799e0579e6bfb1a7d98acf38e36a98f79 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 15 Jan 2015 17:30:08 +0000 Subject: Don't set mouse This option is usually disabled by default --- runtime/vimrc_example.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/runtime/vimrc_example.vim b/runtime/vimrc_example.vim index 3e9b56f0..c2a4e861 100644 --- a/runtime/vimrc_example.vim +++ b/runtime/vimrc_example.vim @@ -41,11 +41,6 @@ map Q gq " so that you can undo CTRL-U after inserting a line break. inoremap u -" In many terminal emulators the mouse works just fine, thus enable it. -if has('mouse') - set mouse=a -endif - " Switch syntax highlighting on, when the terminal has colors " Also switch on highlighting the last used search pattern. if &t_Co > 2 || has("gui_running") -- cgit v1.2.1