summaryrefslogtreecommitdiff
path: root/keybindings.el
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-06-30 14:17:35 +0200
committerGuido Günther <agx@sigxcpu.org>2016-06-30 14:17:35 +0200
commitc8e1b0c852f141528173ba8a894631715fe8bd2b (patch)
treec5a96df8327173ea4bb528c302fb18ff2af83ba9 /keybindings.el
parent12cb389b405ef48cab8cb0b3997abc8ec8e804d6 (diff)
Simplify opening bugs
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)