fix(evil): reference to removed command (#5608)
+vc/browse-at-remote-file-or-region no longer exists. +vc/browse-at-remote seems like the reasonable replacement.
This commit is contained in:
parent
4eeb3c7a19
commit
380d04f890
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
;;; GIT
|
||||
(evil-ex-define-cmd "gist" #'+gist:send) ; send current buffer/region to gist
|
||||
(evil-ex-define-cmd "gistl" #'+gist:list) ; list gists by user
|
||||
(evil-ex-define-cmd "gbrowse" #'+vc/browse-at-remote-file-or-region) ; show file/region in github/gitlab
|
||||
(evil-ex-define-cmd "gbrowse" #'+vc/browse-at-remote) ; show file/region in github/gitlab
|
||||
(evil-ex-define-cmd "gissues" #'forge-browse-issues) ; show github issues
|
||||
(evil-ex-define-cmd "git" #'magit-status) ; open magit status window
|
||||
(evil-ex-define-cmd "gstage" #'magit-stage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue