use ibuffer instead of list-buffer
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
;; eshell
|
||||
(global-set-key (kbd "<f4>") 'eshell)
|
||||
(global-set-key (kbd "H-e") 'eshell)
|
||||
;; subsitute list-buffer for ibuffer
|
||||
(global-set-key (kbd "C-x C-b") 'ibuffer)
|
||||
|
||||
;; number pad keys
|
||||
(global-set-key (kbd "<kp-decimal>") 'other-window)
|
||||
|
||||
Reference in New Issue
Block a user