Skip to content

Instantly share code, notes, and snippets.

@kymtwyf
Created September 19, 2014 11:22
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 kymtwyf/e04d74276159e0dce203 to your computer and use it in GitHub Desktop.
Save kymtwyf/e04d74276159e0dce203 to your computer and use it in GitHub Desktop.
Vrome custimization
" use CTRl+f to search
unmap <C-f>
" use chrome default CTRL+number to navigate to tabs
unmap g0
unmap g^
unmap g$
unmap <C-p>
" unmap duplicate current tab (Duplicate Tab Shortcut Key is installed for this functionality)
unmap gd
" unmap scrolling 0 and $
unmap 0
unmap $
" History
unmap <C-o>
unmap <C-i>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment