summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 21:59:05 -0600
committerJeff Carr <[email protected]>2025-02-15 21:59:05 -0600
commit8edfd981d81ab9e6dce2c5c6c08f0e501a600a49 (patch)
treedc7b9b80c41438d923a7ef2d1d1eff196f6bf109 /vimrc
parentdbac091a1eacf16596b015b79870103c7b8abb14 (diff)
turn off mouse in vim
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 5f5710f..340629f 100644
--- a/vimrc
+++ b/vimrc
@@ -6,7 +6,8 @@ filetype plugin indent on
" Plugins
" Plugin 'fatih/vim-go'
-set mouse=r
+" set mouse=a
+set mouse=
set encoding=utf-8
set fileencoding=utf-8
syntax on