diff --git a/.emacs b/.emacs index 0e3c99b..d1e91e5 100644 --- a/.emacs +++ b/.emacs @@ -31,6 +31,7 @@ ;; keybinds (global-set-key (kbd "C-z") `recompile) (global-set-key (kbd "C-S-z") `compile) +(global-set-key (kbd "C-x C-b") `ibuffer) ;; windmove keybinds (when (fboundp 'windmove-default-keybindings)