Last active
March 30, 2021 23:23
-
-
Save Producdevity/1e926027d1f82b6ee955d19201b690ff to your computer and use it in GitHub Desktop.
Personal cVimrc for Chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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