Advertisement
Guest User

Untitled

a guest
May 1st, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. let searchlimit = 70
  2. set smoothscroll
  3. let mapleader = ","
  4.  
  5. unmapAll
  6. map j scrollDown
  7. map k scrollUp
  8. map h scrollLeft
  9. map l scrollRight
  10.  
  11. map <C-d> scrollPageDown
  12. map <C-u> scrollPageUp
  13. map <C-f> scrollFullPageDown
  14. map <C-b> scrollFullPageUp
  15.  
  16. map gg scrollToTop
  17. map G scrollToBottom
  18. map 0 scrollToLeft
  19. map $ scrollToRight
  20.  
  21. map gi goToInput
  22. map zz centerMatchH
  23. map M centerMatchH
  24. map zt centerMatchT
  25. map H centerMatchT
  26. map zb centerMatchB
  27. map L centerMatchB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement