From 2e7736da4cc13b9af64284b597c9757abd45f9af Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 22 Feb 2016 13:53:34 -0800 Subject: [emacs] Add a binding for ibuffer --- emacs.d/core/core-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/core/core-bindings.el') diff --git a/emacs.d/core/core-bindings.el b/emacs.d/core/core-bindings.el index 53bc847..ee91bae 100644 --- a/emacs.d/core/core-bindings.el +++ b/emacs.d/core/core-bindings.el @@ -1,6 +1,6 @@ (global-set-key (kbd "M-j") 'join-line) -(global-set-key (kbd "C-x C-b") 'ivy-switch-buffer) +(global-set-key (kbd "C-x C-b") 'ibuffer) (global-set-key (kbd "") 'toggle-frame-fullscreen) -- cgit 1.4.1