Skip to content

Instantly share code, notes, and snippets.

@tangjeff0
Last active April 17, 2021 23:27
Show Gist options
  • Save tangjeff0/a2b672525f0aaf4d772b8ab4f3656f85 to your computer and use it in GitHub Desktop.
Save tangjeff0/a2b672525f0aaf4d772b8ab4f3656f85 to your computer and use it in GitHub Desktop.
cVim config
let completionengines = ["duckduckgo", "google-maps", "youtube", "wikipedia"]
let defaultengine = "duckduckgo"
let searchalias y = "youtube"
let searchalias m = "google-maps"
let searchalias w = "wikipedia"
let blacklists = ["https://trello.com/*","https://www.youtube.com/*","https://mail.google.com/*","https://soundcloud.com/*","https://www.reddit.com/*","https://hackrice.typeform.com/*","https://repl.it/*","https://calendar.google.com/*","https://codepen.io/*","https://cckl.github.io/*","http://localhost/*","http://keycode.info/*","https://www.figma.com/*","https://photos.google.com/*","http://jefftang.world/*","https://dashboard.lytmus.io/*","https://app.codesignal.com/*","https://docs.google.com/*","https://web.telegram.org/*","https://coderpad.io/*","http://webchat.freenode.net/*","http://ternjs.net/*","https://github.com/*projects/*"]
map zx zi
map zc zo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment