summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-08-31 09:01:34 -0500
committerJesse Luehrs <doy@tozt.net>2010-08-31 09:39:14 -0500
commitba1c27d55f5c21dac9fa33101eb281f61522d6de (patch)
treee6e58a1c1ea9c80ac90fc43e4f27ee2edf843c7d /vimrc
parentc6ed1049c0c34591b762fed0ce37c0640e0018ce (diff)
downloadconf-ba1c27d55f5c21dac9fa33101eb281f61522d6de.tar.gz
conf-ba1c27d55f5c21dac9fa33101eb281f61522d6de.zip
actually, mouse support is basically never what i want
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vimrc b/vimrc
index fda9d3d..65e1d13 100644
--- a/vimrc
+++ b/vimrc
@@ -19,11 +19,6 @@ set modeline
" always join with just one space, even between sentences
set nojoinspaces
-" vim has pretty nice mouse support, in terminals that support it
-if has('mouse')
- set mouse=a
-endif
-
" don't move the cursor to the start of the line when changing buffers
set nostartofline
" }}}