Use iBuffer over buffer-list
This commit is contained in:
@@ -690,6 +690,7 @@ This is my configuration for the emacs editor.
|
|||||||
(bind-key "C--" 'text-scale-decrease)
|
(bind-key "C--" 'text-scale-decrease)
|
||||||
(bind-key "C-<" 'beginning-of-buffer)
|
(bind-key "C-<" 'beginning-of-buffer)
|
||||||
(bind-key "C->" 'end-of-buffer)
|
(bind-key "C->" 'end-of-buffer)
|
||||||
|
(bind-key "C-x C-b" 'ibuffer) ;; buffer-list is not a good default
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Unbind some default key bindings
|
** Unbind some default key bindings
|
||||||
|
|||||||
Reference in New Issue
Block a user