summaryrefslogtreecommitdiff
path: root/init/km-keybindings.el
blob: 823c3e5e3a43549685e638fdf1bf4983870ef620 (plain)
1
2
3
4
5
6
7
8
9
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"))