summaryrefslogtreecommitdiff
path: root/.emacs.d/init-spw.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init-spw.el')
-rw-r--r--.emacs.d/init-spw.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 2b81f52c..df1f32c5 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -403,14 +403,12 @@ add places the library might be available to `load-path'."
;; likely to still be available in other major modes, and this has to be a key
;; which can also be bound in .inputrc (so C-z is out as that is used for
;; shell job control))
-(global-set-key "\M-z" #'kill-region)
+;; (don't need `list-directory' as always use dired, so no need to rebind that
+;; somewhere)
+(global-set-key "\C-x\C-d" #'kill-region)
-;; ... and resettle the previous occupant of M-z
-(global-set-key "\M-Z" #'zap-to-char)
-
-;; ... and also make `zap-up-to-char' available
-;; (don't need `list-directory' as always use dired)
-(global-set-key "\C-x\C-d" #'zap-up-to-char)
+;; also make `zap-up-to-char' available
+(global-set-key "\M-Z" #'zap-up-to-char)
;; We cannot reliably distinguish <C-backspace> from <backspace> so I
;; want to avoid getting into a habit of typing <C-backspace> into