Add copy-to-clipboard support to :gbr & +vc/git-browse
This commit is contained in:
parent
3948255445
commit
74b700f9a7
3 changed files with 19 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue