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:
commit
4c8afef3c9
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue