diff options
| author | 2026-03-10 09:18:14 -0700 | |
|---|---|---|
| committer | 2026-03-30 10:27:49 -0700 | |
| commit | ae61059636e7416e66ca59c89983da84f6ebb3b3 (patch) | |
| tree | 40cc855d447c20df25621822f6b54a8a2b84b7ec | |
| parent | dcba0c25291dcc87f44d9b15d884d2b0c3482ca8 (diff) | |
| download | new-dotfiles-ae61059636e7416e66ca59c89983da84f6ebb3b3.tar.gz new-dotfiles-ae61059636e7416e66ca59c89983da84f6ebb3b3.zip | |
pop-os/emacs: Add keybindings for git functions
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index c4aa16e..59be01f 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -1272,3 +1272,9 @@ Optional argument STOPP means stop on any defect." (setq elfeed-feeds '("https://www.reddit.com/r/PHP/.rss")) + +(setq git-messenger:show-detail t) +(global-set-key (kbd "C-c g .") '("Show commit at point" . git-messenger:popup-message)) +(global-set-key (kbd "C-c g b") '("Git Blame current file" . magit-blame)) +(global-set-key (kbd "C-c g l") '("Show file's git log" . magit-log-buffer-file)) + |
