Skip to content

Instantly share code, notes, and snippets.

@dfucci
Last active July 29, 2018 09:18
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 dfucci/159dfaf203052ce3a90b1c260a083766 to your computer and use it in GitHub Desktop.
Save dfucci/159dfaf203052ce3a90b1c260a083766 to your computer and use it in GitHub Desktop.
cVim config
set autoupdategist
set noautofocus
set nocncpcompletion
set smoothscroll
set hud
set noregex
set noinsertmappings
set typelinkhints
set defaultnewtabpage
set smartcase
set showtabindices
let scrollduration = 10
let searchlimit = 40
let searchalias g = "google"
let mapleader = "\\"
let typelinkhintsdelay = "0"
let hintcharacters = "fdsawerjkiop"
"----- DEFAULT VARS ------
let scrollstep = 90
let scrollduration = 30
set autoupdategist
"----- SEARCH ENGINES -----
" github
let searchengine git = "https://github.com/search?q=%s"
" sci-hub
let searchengine sh = "https://sci-hub.tw/%s"
" dopeoplesay
let searchengine dps = "https://dopeoplesay.com/q/%s"
" scholar
let searchengine sc = "http://scholar.google.com/scholar?hl=en-EN&q=%s"
" dblp
let searchengine dblp = "http://dblp.uni-trier.de/search?q=%s"
" dic
let searchengine dic = "http://www.thefreedictionary.com/%s"
" btr
let searchengine btr = "http://www.bing.com/translator/?text=%s"
" yt
let searchengine yt = "https://www.youtube.com/results?search_query=%s"
let blacklists = ["https://www.sharelatex.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment