Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. " Settings
  2. let fullpagescrollpercent = 100
  3. let lastactivetablimit = 50;
  4. let lastclosedtablimit = 50;
  5. let scrollduration = 25
  6. let scrollstep = 65
  7. let zoomstep = 15
  8.  
  9. " Shortcuts
  10. unmap "shift+h"
  11. map "shift+h" previousTab
  12. unmap "shift+l"
  13. map "shift+l" nextTab
  14. unmap "shift+j"
  15. map "shift+j" goBack
  16. unmap "shift+k"
  17. map "shift+k" goForward
  18. map "<Leader> h" closeTabLeft
  19. map "<Leader> l" closeTabRight
  20. map "left" scrollLeft
  21. map "right" scrollRight
  22. map "space" scrollFullPageDown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement