X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/3b77b0460ecc394061aa6414c47e49117d13bf00..215cc3c85912169c355c364f920a0c9f23456cb8:/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