Skip to content

Instantly share code, notes, and snippets.

@antte
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antte/53e2d82298fe9491b4f8 to your computer and use it in GitHub Desktop.
Save antte/53e2d82298fe9491b4f8 to your computer and use it in GitHub Desktop.
my cvimrc configuration
let mapleader = "<Space>"
map <leader><leader> :
map <leader>j /
unmap <c-z>
unmap <c-y>
site '*://*rememberthemilk.com/*' {
unmap j
unmap k
unmap c
unmap x
unmap t
unmap 1
unmap 2
unmap 3
unmap 4
unmap a
unmap n
unmap i
unmap h
unmap ?
}
site '*://*mail.google.com/*' {
unmap r
unmap c
unmap ?
}
site '*://jira.blocket.bin/*' {
unmap .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment