add in vimrc explicit disabling mouse

This commit is contained in:
asus
2024-02-04 13:25:07 +01:00
parent 8bc84c9c29
commit 423627778d

View File

@@ -30,6 +30,7 @@ set hidden
" Enable mouse usage (all modes)
"set mouse=a
set mouse=
" turns on syntax hilighting
syntax on