diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:53:34 -0800 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:53:34 -0800 |
commit | 2e7736da4cc13b9af64284b597c9757abd45f9af (patch) | |
tree | 1d60e5d562f7060177eacb61a9580c5a4f63bdda | |
parent | [emacs] code cleanup (diff) | |
download | emacs.d-2e7736da4cc13b9af64284b597c9757abd45f9af.tar.gz |
[emacs] Add a binding for ibuffer
-rw-r--r-- | emacs.d/core/core-bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 "<s-return>") 'toggle-frame-fullscreen) |