use IBuffer instead of standard buffer mode with C-x C-b

This commit is contained in:
2011-10-05 11:54:50 +01:00
parent 60bcf8a8ea
commit 291e6683a3

View File

@@ -2,6 +2,10 @@
;; Setup a few global keyboard shortcuts
;;
;; IBuffer
(when (require 'ibuffer nil 'noerror)
(global-set-key (kbd "C-x C-b") 'ibuffer))
;; Undo/Redo (via undo-tree)
(when (require 'undo-tree nil 'noerror)
(global-set-key (kbd "s-z") 'undo-tree-undo)