From 5bc5c6471214bc57665380640eee1790a9d6db22 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Fri, 13 Jun 2025 10:06:28 +0200 Subject: disable mouse support in vim --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-70-g09d2