summaryrefslogtreecommitdiff
path: root/init/km-keybindings.el
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-05-21 20:08:12 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-05-21 20:08:12 -0400
commit15dbf77596d5e416d8aa358ab02af796e7915234 (patch)
treed3f1df299a3c46865276ceff9c14cb7db4646e22 /init/km-keybindings.el
parentdaf96a9e05cb81b6f3f6b2932c6878db76bf9879 (diff)
downloademacs.d-15dbf77596d5e416d8aa358ab02af796e7915234.tar.gz
bind kill-buffer-and-window
C-x K was bound to ido-kill-buffer, which is already bound to C-x k this function is also bound to C-x 4 0
Diffstat (limited to 'init/km-keybindings.el')
-rw-r--r--init/km-keybindings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/km-keybindings.el b/init/km-keybindings.el
index 3caaa8c..b20940e 100644
--- a/init/km-keybindings.el
+++ b/init/km-keybindings.el
@@ -1,3 +1,5 @@
;; 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)