adding a couple new magit bindings
This commit is contained in:
parent
f0219dfea1
commit
ea2a09f50b
1 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,8 @@
|
|||
:desc "Magit buffer log" "L" #'magit-log-buffer-file
|
||||
:desc "Git stage file" "S" #'magit-stage-file
|
||||
:desc "Git unstage file" "U" #'magit-unstage-file
|
||||
:desc "Git push current" "P" #'magit-push-implicitly
|
||||
:desc "Git push with options" "p" #'magit-push
|
||||
(:prefix ("f" . "find")
|
||||
:desc "Find file" "f" #'magit-find-file
|
||||
:desc "Find gitconfig file" "g" #'magit-find-git-config-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue