Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Simplificnando los keys de magit (tenía luego problemas)
Browse files Browse the repository at this point in the history
  • Loading branch information
nanounanue committed Apr 24, 2020
1 parent 6732f9d commit ba4a587
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions emacs/emacs-main.org
Original file line number Diff line number Diff line change
Expand Up @@ -1469,13 +1469,14 @@ Emacs
(transient-append-suffix 'magit-log "-A"
'("-m" "Omit merge commits" "--no-merges"))
:bind
("C-x g s" . magit-status)
("C-x g x" . magit-checkout)
("C-x g c" . magit-commit)
("C-x g p" . magit-push)
("C-x g u" . magit-pull)
("C-x g e" . magit-ediff-resolve)
("C-x g r" . magit-rebase-interactive))
("C-x g" . magit-status)
;; ("C-x g x" . magit-checkout)
;; ("C-x g c" . magit-commit)
;; ("C-x g p" . magit-push)
;; ("C-x g u" . magit-pull)
;; ("C-x g e" . magit-ediff-resolve)
;; ("C-x g r" . magit-rebase-interactive)
)
#+END_SRC

La configuración la tomé de *Howard Abrams*
Expand Down

0 comments on commit ba4a587

Please sign in to comment.