Skip to content
Snippets Groups Projects
Commit e1d55c72 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Increased Vim mouse scroll speed

parent 8a1131ab
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,17 @@ set hlsearch " highlight search terms
set incsearch " show search matches as you type
set ignorecase smartcase " clever case sensitivity
" ---------------------------
" Mouse selection & scrolling
" ---------------------------
"set mouse=a
map <ScrollWheelUp> <C-Y>
map <S-ScrollWheelUp> <C-U>
map <ScrollWheelDown> <C-E>
map <S-ScrollWheelDown> <C-D>
" -----------------------
" Key bindings / commands
" -----------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment