Created
September 19, 2014 11:22
-
-
Save kymtwyf/e04d74276159e0dce203 to your computer and use it in GitHub Desktop.
Vrome custimization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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