From e58e0bef5e424c3d635da9a55313c54854256c99 Mon Sep 17 00:00:00 2001
From: Bozhidar Batsov <bozhidar@batsov.com>
Date: Sat, 7 Feb 2015 12:47:31 +0200
Subject: [PATCH] Switch the bindings for zop-to-char and zop-up-to-char

---
 core/prelude-global-keybindings.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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-<backspace>") (lambda ()