projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3b77b04
)
use <Down>/<Up> for j/k
author
Amin Bandali
<me@aminb.org>
Sat, 14 Feb 2015 03:14:56 +0000
(22:14 -0500)
committer
Amin Bandali
<me@aminb.org>
Sat, 14 Feb 2015 03:14:56 +0000
(22:14 -0500)
vimperator/.vimperatorrc
patch
|
blob
|
blame
|
history
diff --git
a/vimperator/.vimperatorrc
b/vimperator/.vimperatorrc
index
959c24a
..
26cbebf
100644
(file)
--- a/
vimperator/.vimperatorrc
+++ b/
vimperator/.vimperatorrc
@@
-6,6
+6,9
@@
let g:smooziee_scroll_amount="100"
let g:smooziee_scroll_interval="10"
let g:smooziee_scroll_amount="100"
let g:smooziee_scroll_interval="10"
+" Use <Down> and <Up> so we can get smooth scrolling for free (if enabled)
+noremap j <Down>
+noremap k <Up>
" swap ; and :
nnoremap ; :
" swap ; and :
nnoremap ; :