summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/basic.el b/basic.el
index eb7ab1e..84c358c 100644
--- a/basic.el
+++ b/basic.el
@@ -198,6 +198,10 @@ window, then also delete the selected window."
(define-key global-map (vector ?\s-k) #'durand-kill-current-buffer)
+;;; zap-up-to-char and zap-to-char are both useful.
+
+(define-key global-map (vector (logior (ash 1 27) #x5a)) #'zap-up-to-char)
+
;;; Repeating pops
;;;###autoload