Skip to content

Instantly share code, notes, and snippets.

@weakish
Last active August 29, 2015 14:07
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 weakish/a7690bdc44cd3948f561 to your computer and use it in GitHub Desktop.
Save weakish/a7690bdc44cd3948f561 to your computer and use it in GitHub Desktop.
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