Created
September 5, 2018 14:57
-
-
Save itsip/bc257bbb33fed84f6a74b0199b28d7cd to your computer and use it in GitHub Desktop.
function for going to plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Go to github plugin page | |
nnoremap <leader>pl :call GoToPlugin()<CR><CR> | |
function! GoToPlugin() | |
normal "lyi' | |
let plugin = @l | |
execute "!open https://www.github.com/" . plugin | |
endfunction |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment