ruanyl / vim-gh-line

vim plugin that open the link of current line on github
MIT License
408 stars 37 forks source link

Modifying the <leader>gh command to copy to clipboard is working on Fedora. #64

Open ybettan opened 3 months ago

ybettan commented 3 months ago

Using let g:gh_open_command = 'fn() { echo "$@" | pbcopy; }; fn ' as mentioned in the README didn't work for me but using let g:gh_open_command = 'fn() { echo "$@" | xclip; }; fn ' instead did the trick.