Skip to content

Commit

Permalink
update vromerc example file
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed May 28, 2014
1 parent f0c1bd7 commit f7f61f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/vromerc_example
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ set noautocomplete
" Disable autofocusing of elements during page load
set disable_autofocus

" Disable Vrome in those sites, Multiple URLs can be separated with ,
set disablesites=mail.google.com, reader.google.com

" Set your hintkeys instead of the default 0123456789
set hintkeys=jlkhfsdagwerui

" by default, hints use numbers. You can have both numbers AND strings (view custom JS below). Or you can use strings only as hints and overwr
set useletters=1

" Change external editor, default is GVim
set editor=gvim -f

" The server port is what external server running on
" The external server is used to support launch the external editor in insert mode.
" Please refer "Support External Editor" https://github.com/jinzhu/vrome/wiki/Support-External-Editor for more
Expand Down

0 comments on commit f7f61f0

Please sign in to comment.