Skip to content

Instantly share code, notes, and snippets.

@dnguyen85
Last active March 11, 2020 23:52
Show Gist options
  • Save dnguyen85/5f5e461a64e07cc528af to your computer and use it in GitHub Desktop.
Save dnguyen85/5f5e461a64e07cc528af to your computer and use it in GitHub Desktop.
Vrome Setting file
" Scrolling speed
map j 5j
map k 5k
map l 5l
map h 5h
" Map for tab navigation
map P gT
map N gt
" Map <C-f> to open browser search
map <C-f> <C-v><C-f>
" (Vimium) Map x to close tab
map x D
" Map t to open hints in current tab
map t f
" Map f to open hints in new tab
map f F
" Map F to scroll forward
map F <C-f>
" Map B to scroll backward
map B <C-b>
" Unmaps
unmap <M-n>
unmap <M-f>
" Disable Vrome in those sites, Multiple URLs can be separated with ,
set disablesites=mail.google.com, reader.google.com, fastmail.com
" Change external editor, default is GVim
set editor=gvim -f --cmd 'set ft=tex'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment