From 3380092e4a1213bfb3a3de01b0f10e47ee8efd64 Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Sun, 5 Dec 2021 09:56:10 -0500 Subject: [PATCH] Disabling mous by default --- dot_vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_vim/vimrc b/dot_vim/vimrc index b925862..545ed86 100644 --- a/dot_vim/vimrc +++ b/dot_vim/vimrc @@ -13,7 +13,7 @@ set spell " Enable spellcheck (see keybindings for quick toggle) - set mouse=a " Enable mouse control + "set mouse=a " Enable mouse control set mousehide " Hide the mouse cursor while typing set encoding=utf-8