From 5bd185dbd79544c431a1635af34f1e13b0d12601 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 26 Jun 2013 15:53:57 -0400 Subject: rebind zap-to-char --- init/km-keybindings.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init') diff --git a/init/km-keybindings.el b/init/km-keybindings.el index b20940e..823c3e5 100644 --- a/init/km-keybindings.el +++ b/init/km-keybindings.el @@ -1,5 +1,10 @@ ;; keybindings that don't go with other topics + (global-set-key (kbd "C-x \\") 'align-regexp) (global-set-key (kbd "C-c i") 'indent-relative) (global-set-key (kbd "C-x K") 'kill-buffer-and-window) + +;; overrides `suspend-emacs' (which is also bound to C-x C-z) +(global-set-key (kbd "C-z") 'zap-to-char) +(global-unset-key (kbd "M-z")) -- cgit v1.2.3