Skip to content

Instantly share code, notes, and snippets.

@jayhding
Last active April 15, 2016 00:29
Show Gist options
  • Save jayhding/aba5f28f25df4bc1a4e6 to your computer and use it in GitHub Desktop.
Save jayhding/aba5f28f25df4bc1a4e6 to your computer and use it in GitHub Desktop.
Jay's CVIM Configuration File
map [ :call previousTab<CR>
map ] :call nextTab<CR>
map <C-[> :call previousMatchPattern<CR>
map <C-]> :call nextMatchPattern<CR>
let barposition = "bottom"
let blacklists = ["https://mail.google.com/*","*://mail.google.com/*","@https://mail.google.com/mail/*","*://rancher.auiag.corp/*","*://vmprod.*/*","://20.178.32.55/*"]
" this will enable the config block below on the specific domain
site '*://confluence.*/*' {
unmap [
unmap ]
unmap e
}
site '*://jira.*/*' {
unmap e
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment