Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. " Mappings
  2. map ø scrollToRight
  3.  
  4. map gø lastTab
  5. map ga lastUsedTab
  6. map gxø closeTabsToRight
  7.  
  8. imap <C-å> editWithVim
  9.  
  10. " Settings
  11. set noautofocus
  12. set showtabindices
  13. set nochangelog
  14.  
  15. " Configuration
  16. let homedirectory = "C:\Users\wizhi"
  17. let barposition = "bottom"
  18. let completionengines = ["google", "duckduckgo", "wikipedia", "youtube"]
  19. let blacklists = []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement