summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-06-22 10:54:09 +0800
committerJSDurand <mmemmew@gmail.com>2021-06-22 10:54:09 +0800
commitb052292a2d1e48ea6619eac42e42f061d985afa6 (patch)
treef280f874198f1ca17ad1d12cc33ce7d53d388c09
parent834d17574ac5fa7e9533ff86709f6f8637898085 (diff)
basic: yet another bury-buffer binding
* basic.el (global-map): "H-q" is a better binding since "C-s-b" takes too many keystrokes in my opinion.
-rw-r--r--basic.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/basic.el b/basic.el
index 1672af3..8b108f6 100644
--- a/basic.el
+++ b/basic.el
@@ -114,6 +114,7 @@
;;; bury-buffer
(define-key global-map (vector ?\C-\s-b) #'bury-buffer)
+(define-key global-map (vector ?\H-q) #'bury-buffer)
;;; Repeat