Skip to content

Instantly share code, notes, and snippets.

@dmix
Last active September 19, 2015 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmix/99383af75dcb4bd98675 to your computer and use it in GitHub Desktop.
Save dmix/99383af75dcb4bd98675 to your computer and use it in GitHub Desktop.
"set noautofocus
set cncpcompletion
" set nohud
set autohidecursor
set numerichints
let scrollduration = 10
let searchlimit = 40
let searchengine mdn = "https://developer.mozilla.org/en-US/search?q="
let searchengine stackoverflow = "http://stackoverflow.com/search?q="
let searchalias s = "stackoverflow"
let searchalias g = "google"
let qmark a = ["http://www.reddit.com/r/learnjavascript/new", "http://www.reddit.com/r/learnprogramming/new"]
let qmark b = ["http://www.reddit.com/", "https://github.com/", "https://mail.google.com/mail/u/0/?shva=1#inbox", "https://news.ycombinator.com/"]
" map <C-d> scrollDown
" map <C-e> scrollUp
" map <A-r> nextTab
" map <A-e> previousTab
" map <C-f> :file /home/jake/
" map <C-s> openLastHint
" map <C-Space> :execute gfgf<CR>
" map <C-g> :set smoothscroll!<CR>
" map <C-u> rootFrame
" map <C-h> :set hud!<CR>
" map gb :buffers<Space>
" map aa :tabopen g<Space>
" map T :tabopen<CR>
" map ga :settings<CR>
let blacklists = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment