Skip to content

Commit fc77b04

Browse files
committed
Enable the mouse
Secretly, Vim is able to understand mouse clicks, scrolling, highlighting, and just about everything you'd be familiar with in an IDE or GUI text editor. While there are times when using the keyboard is the absolute fastest way to get something done, there are plent of other times where being able to scroll through Vim or use the mouse is pretty handy.
1 parent dff7da3 commit fc77b04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vimrc.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ set incsearch
1010
set hlsearch
1111

1212
syntax on
13+
14+
set mouse=a

0 commit comments

Comments
 (0)