summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-04-21 22:11:55 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-04-21 22:11:55 (EDT)
commit61132f220c679ca9a1cee0857a7fc1fc67cf9a17 (patch)
tree090d37d329644493cff05f47161a7ac91cce85f8
parent760ef9912a1affcd5a2ef86890af58e6c17c8410 (diff)
downloadvim-61132f220c679ca9a1cee0857a7fc1fc67cf9a17.zip
vim-61132f220c679ca9a1cee0857a7fc1fc67cf9a17.tar.gz
vim-61132f220c679ca9a1cee0857a7fc1fc67cf9a17.tar.bz2
.vimrc: set mouse=n
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 35ee6c3..3a0a2da 100644
--- a/.vimrc
+++ b/.vimrc
@@ -54,3 +54,6 @@ set wildmenu
" Disable bell
set visualbell
set t_vb=
+
+" Disable mouse
+set mouse=n