Skip to content

Instantly share code, notes, and snippets.

@einhander
Last active January 26, 2016 09:02
Show Gist options
  • Save einhander/3027f4e6e7d40925fe14 to your computer and use it in GitHub Desktop.
Save einhander/3027f4e6e7d40925fe14 to your computer and use it in GitHub Desktop.
vrome
map K gT
map J gt
map j 5j
map k 5k
map x <M-d>
set editor=gvim -f
" Don't autofocus when loaded
set disable_autofocus=1
" Do follow new tab
set follow_new_tab=1
set useletters=0
" Set your hintkeys instead of the default 0123456789
" set hintkeys=jlkhfsdagwerui
" set hintkeys=jlkhfsdagwerui
" 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
set server_port=30000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment