Skip to content

Instantly share code, notes, and snippets.

@Producdevity
Last active March 30, 2021 23:23
Show Gist options
  • Save Producdevity/1e926027d1f82b6ee955d19201b690ff to your computer and use it in GitHub Desktop.
Save Producdevity/1e926027d1f82b6ee955d19201b690ff to your computer and use it in GitHub Desktop.
Personal cVimrc for Chrome
let blacklists = ["https://colab.research.google.com/*","https://codesandbox.io/*","https://www.unive.nl/*","https://coinmarketcap.com/*","https://regex101.com/*","https://www.postnl.nl/*"]
let locale = "nl"
" -----------------
" Settings
" -----------------
set smoothscroll
set autoupdategist
" -----------------
" Commands
" -----------------
" alias ':x' to ':tabnew x'
command g tabnew google
command y tabnew youtube
" -----------------
" Mappings
" -----------------
let mapleader = ","
map <Leader>r reloadTabUncached
map <Leader>x :restore<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment