mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
use IBuffer instead of standard buffer mode with C-x C-b
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user