From 91bf8925b254e593556447006340f027a9a04b22 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 19 Oct 2018 09:27:30 +0100 Subject: Enable mouse on the terminal --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index 130e2ce..32b9702 100644 --- a/vimrc +++ b/vimrc @@ -24,6 +24,8 @@ set number " always show status set laststatus=2 +" enable mouse +set mouse=a " highlight end of line whitespace highlight WhitespaceEOL ctermbg=red guibg=red -- cgit v1.2.3