From bb37feb2302cdc232d2640f8c32f2ac7f4d2ee85 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 30 Jan 2021 22:27:53 +0100 Subject: [PATCH] Enable VIM mouse support --- modules/home/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/vim/vimrc b/modules/home/vim/vimrc index 3538ae9..6301158 100644 --- a/modules/home/vim/vimrc +++ b/modules/home/vim/vimrc @@ -45,6 +45,8 @@ set wrap set linebreak set nolist " list disables linebreak +set mouse=a + " Enable syntax highlighting syntax enable