Skip to content

Instantly share code, notes, and snippets.

@gu-fan
Created October 4, 2014 04:43
Show Gist options
  • Save gu-fan/73c82b840efd7788d0c4 to your computer and use it in GitHub Desktop.
Save gu-fan/73c82b840efd7788d0c4 to your computer and use it in GitHub Desktop.
" www.11.cc [email protected] http://www.163.com www.123.com mailto:[email protected]
" [email protected] [email protected] www.143.com etee.vim [email protected]
" www.163.com jfeoijf
let g:clickable_browser = 'firefox'
let config = clickable#config#init()
for C in config.All
let c = C.new()
echo c
endfor
cal clickable#autocmd#on('hover',
\ 'CursorMoved,CursorMovedI',
\ '<buffer>',
\ config.All)
cal clickable#mapping#map('click',
\ '<CR>',
\ '<buffer>',
\ config.All)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment