summaryrefslogtreecommitdiff
path: root/keybindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'keybindings.el')
-rw-r--r--keybindings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/keybindings.el b/keybindings.el
index 2cafa3b..446ea72 100644
--- a/keybindings.el
+++ b/keybindings.el
@@ -15,3 +15,5 @@
(global-set-key (kbd "C-, c") 'xcpu-commit-current-file)
(global-set-key (kbd "C-, C") 'blog-insert-cve-markdown-link)
(global-set-key (kbd "C-, D") 'blog-insert-debian-bts-markdown-link)
+(global-set-key (kbd "C-, g") 'vc-git-grep)
+(global-set-key (kbd "C-, b") 'xcpu-deb-open-bug)