Commit e1d55c72 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Increased Vim mouse scroll speed

parent 8a1131ab
......@@ -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
" -----------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment