commit 1a6ca6a0857470476d2a3354c35adcd0ee3cdab3 from: Omar Polo date: Mon Dec 26 14:47:29 2022 UTC emacs: keep zap-to-char to M-z, move zap-up-to-char to M-Z commit - 4bbfbbe5448e15a4500b9f497b92d81f9c1695fc commit + 1a6ca6a0857470476d2a3354c35adcd0ee3cdab3 blob - fa333f13857e7ed0b92379cc9f8c406ba429d9ff blob + e88ffe2f532f209d9cb83df783ecbe56ec60a6ff --- emacs/init.el +++ emacs/init.el @@ -69,7 +69,7 @@ scroll-preserve-screen-position t next-screen-context-lines 1) -(define-key global-map (kbd "M-z") #'zap-up-to-char) +(define-key global-map (kbd "M-Z") #'zap-up-to-char) (require 'whitespace) (setq whitespace-style '(face trailing)