X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/3b77b0460ecc394061aa6414c47e49117d13bf00..2fc050960655b559030453c4bc53e19dc7ef3769:/vimperator/.vimperatorrc

diff --git a/vimperator/.vimperatorrc b/vimperator/.vimperatorrc
index 959c24a..c3e2ce2 100644
--- a/vimperator/.vimperatorrc
+++ b/vimperator/.vimperatorrc
@@ -6,6 +6,9 @@
 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 ; :
@@ -24,3 +27,5 @@ noremap X u
 " d and u (down and up)
 " noremap d <C-d>
 " noremap u <C-u>
+
+colorscheme indigo