Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
configs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
configs
Commits
e1d55c72
Commit
e1d55c72
authored
Jan 02, 2015
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased Vim mouse scroll speed
parent
8a1131ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
vimrc
vimrc
+11
-0
No files found.
vimrc
View file @
e1d55c72
...
@@ -66,6 +66,17 @@ set hlsearch " highlight search terms
...
@@ -66,6 +66,17 @@ set hlsearch " highlight search terms
set incsearch " show search matches as you type
set incsearch " show search matches as you type
set ignorecase smartcase " clever case sensitivity
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
" Key bindings / commands
" -----------------------
" -----------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment