summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-06-26 15:53:57 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-06-30 20:53:18 -0400
commit5bd185dbd79544c431a1635af34f1e13b0d12601 (patch)
treed951bec14c55d0242c05bf7da329002fbdc1cdf5 /init
parent5c83bb7507303bd123ae97a61284c3d1bc35af2d (diff)
downloademacs.d-5bd185dbd79544c431a1635af34f1e13b0d12601.tar.gz
rebind zap-to-char
Diffstat (limited to 'init')
-rw-r--r--init/km-keybindings.el5
1 files changed, 5 insertions, 0 deletions
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"))