summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-15 17:30:08 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-15 17:30:08 +0000
commit07c2c06799e0579e6bfb1a7d98acf38e36a98f79 (patch)
tree862578c585399ce68d3b0424aefac5dfdf52ae59
parent592b8c975bf83b4dcf608769bc664a80cb1daf9e (diff)
downloadvim-07c2c06799e0579e6bfb1a7d98acf38e36a98f79.tar.gz
This option is usually disabled by default
-rw-r--r--runtime/vimrc_example.vim5
1 files changed, 0 insertions, 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 <C-U> <C-G>u<C-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")