Skip to content

Instantly share code, notes, and snippets.

@r-plus
Created January 2, 2012 05:11
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 r-plus/1549434 to your computer and use it in GitHub Desktop.
Save r-plus/1549434 to your computer and use it in GitHub Desktop.
Vrome rc file.
" long feet scroll
map j 5j
map k 5k
" disable conflicts function with Chrome default find function
unmap <M-f>
unmap <C-f>
" remove current tab
map d dc
unmap dm
unmap do
unmap dl
unmap dr
unmap dp
unmap dP
" move tab
map J gT
map K gt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment