Skip to content

Instantly share code, notes, and snippets.

@trigun0x2
Last active December 17, 2016 20:38
Show Gist options
  • Save trigun0x2/8a23bd459ad4d66ee9a87c2c5967f830 to your computer and use it in GitHub Desktop.
Save trigun0x2/8a23bd459ad4d66ee9a87c2c5967f830 to your computer and use it in GitHub Desktop.
cvim
let mapleader = ","
map ; :
"----- DEFAULT VARS ------
let scrollstep = 90
let scrollduration = 30
set autoupdategist
map <C-l> nextTab
map <C-h> previousTab
map R reloadTabUncached
map y yankDocumentUrl
map b :buffer<Space>
map B :buffer<Space>
"----- SEARCH ENGINES -----
" github
let searchengine git = "https://github.com/search?q=%s"
" yt
let searchengine yt = "https://www.youtube.com/results?search_query=%s"
let blacklists = [
\"https://mail.google.com/*", "https://mail.google.com/*", "*://mail.google.com/*",
\"*://mail.google.com/*",
\"*://docs.google.com/*",
\"https://drive.google.com/*",
\"*://bitbucket.org/*",
\"*://netflix.com/*",
\"https://web.whatsapp.com/*",
\"*://www.reddit.com/*",
\"*://inbox.google.com/*"
\]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment