-
-
Save moshohayeb/920f42f820b19cb27e410df6f693f7a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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