Skip to content

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

@ybettan

Description

@ybettan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions