aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c9dfd12..9e2c040 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -10,6 +10,8 @@ set showcmd " display incomplete commands
filetype plugin indent on " load file type plugins + indentation
colorscheme mustang " load the mustang colorscheme
set belloff=all " disable bell completely
+set mouse= " disable all mouse support
+
"set number " activate line numbers
" switch between relative and absolute line numbers
set number