Skip to content

Instantly share code, notes, and snippets.

@autocorr
Last active February 11, 2016 00:59
Show Gist options
  • Save autocorr/cf412cc11a0773e3e8c7 to your computer and use it in GitHub Desktop.
Save autocorr/cf412cc11a0773e3e8c7 to your computer and use it in GitHub Desktop.
" settings
let barposition = "bottom"
let scrollstep = 150
let mapleader = ","
" options
set nosmoothscroll
set scalehints
set linkanimations
set numerichints
set typelinkhints
set noautofocus
" search engines
let searchengine ads = "http://adsabs.harvard.edu/cgi-bin/nph-basic_connect?qsearch=%s"
let completionengines = ["google", "youtube", "amazon", "wikipedia", "google-image", "google-maps"]
" command blacklist
let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*", "@https://mail.google.com/mail/*"]
" general qmarks
let qmark c = "https://calendar.google.com"
let qmark d = "https://drive.google.com"
let qmark e = "https://catmail.arizona.edu"
let qmark g = "https://github.com/autocorr"
let qmark h = "https://autocorr.github.io"
let qmark m = "https://maps.google.com"
let qmark w = "https://en.wikipedia.org"
let qmark y = "https://news.ycombinator.com/"
let qmark Y = "https://news.ycombinator.com/show"
" astronomy qmarks
let qmark a = "http://adsabs.harvard.edu/abstract_service.html"
let qmark n = "https://ned.ipac.caltech.edu/forms/bynames.html"
let qmark s = "https://simbad.u-strasbg.fr/simbad/sim-fid"
let qmark v = "https://vizier.u-strasbg.fr/viz-bin/VizieR"
let qmark x = "https://arxiv.org/list/astro-ph/new"
let qmark X = "https://arxiv.org/list/astro-ph.GA/new"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment