Skip to content

Instantly share code, notes, and snippets.

@weakish
Last active August 29, 2015 14:07
Embed
What would you like to do?
Vrome configure
" Disable Vrome in those sites, Multiple URLs can be separated with `,`.
set disablesites=mail.google.com, www.wunderlist.com,digg.com
" Unmap Ctrl+Enter in insert mode since some sites use it to submit text.
iunmap <C-Enter>
" Close current tab is a frequent operation, thus map it to `d`.
map Dc D
map Dm dm
map Do do
map Dl dl
map Dr dr
map DP dp
map Dp dP
map DW dW
map d dc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment