aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2018-10-19 09:27:30 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:27 +0100
commit91bf8925b254e593556447006340f027a9a04b22 (patch)
treed923140ae8976c42482bdfeecf07f6cda3af6bd6 /vimrc
parent6f90f48b89e7f2debb4830482aca913e12970188 (diff)
downloaddotnvim-91bf8925b254e593556447006340f027a9a04b22.tar.gz
dotnvim-91bf8925b254e593556447006340f027a9a04b22.zip
Enable mouse on the terminal
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
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