Skip to content

Instantly share code, notes, and snippets.

@moshohayeb
Last active October 4, 2018 07:24
Show Gist options
  • Save moshohayeb/920f42f820b19cb27e410df6f693f7a7 to your computer and use it in GitHub Desktop.
Save moshohayeb/920f42f820b19cb27e410df6f693f7a7 to your computer and use it in GitHub Desktop.
set smoothscroll
set autoupdategist
let scrollstep = 70
let scrollduration = 250
let scalehints = 1
let mapleader = "<Space>"
let qmark a = ["http://www.reddit.com", "http://www.google.com", "http://twitter.com"]
let blacklists = ["*://*.youtube.com/*"]
map ; :
map : ;
map gb :buffer<Space>
map <Leader><Space> :buffer<Space>
map <Leader>td :tabdetach<CR>
map ,c clearSearchHighlight
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map <C-l> nextTab
map <C-h> previousTab
map H goBack
map L goForward
command g tabnew google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment