diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 396d5b9..db01775 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -77,8 +77,8 @@ (define-key 'help-command (kbd "C-i") 'info-display-manual) ;; replace zap-to-char functionaity with the more powerful zop-to-char -(global-set-key (kbd "M-z") 'zop-to-char) -(global-set-key (kbd "M-Z") 'zop-up-to-char) +(global-set-key (kbd "M-z") 'zop-up-to-char) +(global-set-key (kbd "M-Z") 'zop-to-char) ;; kill lines backward (global-set-key (kbd "C-") (lambda ()