Skip to content

Instantly share code, notes, and snippets.

@tanabarr
Created January 10, 2016 18:18
Show Gist options
  • Save tanabarr/8176342e2a8bf0c61629 to your computer and use it in GitHub Desktop.
Save tanabarr/8176342e2a8bf0c61629 to your computer and use it in GitHub Desktop.
cVimrc configuration snippet to create and display link hints on page load
" when pages are loaded, automatically create and display link hints
site '*://*/*' {
call createHint
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment