aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer+git@zero-knowledge.org>2025-06-13 10:06:28 +0200
committerGibheer <gibheer+git@zero-knowledge.org>2025-06-13 10:06:28 +0200
commit5bc5c6471214bc57665380640eee1790a9d6db22 (patch)
tree69f1c3b89530a4af51298ee7c014a16c8f81ccfb
parent0c06999dce017e857385310a35c9f5c1876e4732 (diff)
disable mouse support in vimHEADmaster
-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