Add copy-to-clipboard support to :gbr & +vc/git-browse

This commit is contained in:
Henrik Lissner 2018-07-31 16:33:16 +02:00
parent 3948255445
commit 74b700f9a7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 19 additions and 8 deletions

View file

@ -70,7 +70,7 @@ command from the current directory instead of the project root."
;; GIT
(ex! "gist" #'+gist:send) ; send current buffer/region to gist
(ex! "gistl" #'+gist:list) ; list gists by user
(ex! "gbrowse" #'+vc/git-browse) ; show file in github/gitlab
(ex! "gbrowse" #'+vc:git-browse) ; show file in github/gitlab
(ex! "gissues" #'+vc/git-browse-issues) ; show github issues
(ex! "git" #'magit-status) ; open magit status window
(ex! "gstage" #'magit-stage)