Merge pull request #673 from zaiste/add-binding-for-git-file-delete

bindings: magit | add `file-delete` as `SPC g x`
This commit is contained in:
Henrik Lissner 2018-06-11 01:33:07 +02:00 committed by GitHub
commit 4c8afef3c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -582,6 +582,7 @@
:desc "Magit dispatch" :n "d" #'magit-dispatch-popup
:desc "Magit find-file" :n "f" #'magit-find-file
:desc "Magit status" :n "g" #'magit-status
:desc "Magit file delete" :n "x" #'magit-file-delete
:desc "List gists" :n "G" #'+gist:list
:desc "Initialize repo" :n "i" #'magit-init
:desc "Browse issues tracker" :n "I" #'+vcs/git-browse-issues

View file

@ -15,7 +15,7 @@ load everything.")
;;
(def-package! magit
:defer t
:commands magit-file-delete
:config
(setq magit-completing-read-function
(if (featurep! :completion ivy)