Last active
February 12, 2021 14:16
-
-
Save tsterker/52536dd9d7550f6b3e73de88e61bc72e to your computer and use it in GitHub Desktop.
This file contains 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://gitlab.gleif.org/*","https://grafana.dg-stg.gleif.org/*","https://www.youtube.com/*"] | |
site 'https://*.youtube.com/*' { | |
unmap < > | |
} | |
map gP :duplicate<CR> | |
set showtabindices |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment