summaryrefslogtreecommitdiff
path: root/conf/kb.el
blob: 2ceb33e1b71e67c5480de4e076b5f76dfca192e0 (plain)
1
2
3
4
5
6
7
;; kb.el - key bindings
;; evil-specific ones are in evil.el

(global-set-key (kbd "C-x \\") 'align-regexp)

;; replace buffer-menu with ibuffer
(global-set-key (kbd "C-x C-b") 'ibuffer)