Skip to content

Instantly share code, notes, and snippets.

@mrkyle7
Last active August 29, 2015 14:14
Show Gist options
  • Save mrkyle7/b65bad903f5538849e88 to your computer and use it in GitHub Desktop.
Save mrkyle7/b65bad903f5538849e88 to your computer and use it in GitHub Desktop.
let locale="uk"
set noautofocus
let scrollstep=75
let scrollduration=150
let mapleader = ","
let hintcharacters="fdsjkn"
let completionengines=['google', 'wikipedia', 'youtube', 'imdb', 'google-maps', 'google-image']
let searchalias g="google"
let searchalias gm="google-maps"
let searchalias gi="google-image"
let searchalias w="wikipedia"
let searchalias yt="youtube"
"set numerichints
"set typelinkhints
"let barposition = "bottom"
unmap J
unmap K
map <C-d> d
map <C-u> u
map <C-e> scrollDown
map <C-y> scrollUp
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map <A-q> toggleBlacklisted
let blacklists =["http://jira.it.hk.hibm.hsbc/*","*://wiki.it.hk.hibm.hsbc/*","http://hkl100311.hk.hsbc/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment