diff options
author | Thanos Apollo <[email protected]> | 2024-11-10 21:30:22 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-10 21:30:22 +0200 |
commit | 7de450beb9feb0ceee1ee957ab198d09afd7f65a (patch) | |
tree | e10fc523d435f91669026acec77eba6181779ea9 /.config/emacs/init.el | |
parent | d734460273cfadf55945551dc7d4447b192b6e52 (diff) |
emacs: consult: Add ibuffer binding.
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 51f18eb..c4ea09b 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -471,6 +471,7 @@ ("C-c m" . 'consult-imenu) ("C-x b" . 'consult-buffer) ("C-x C-b" . 'switch-to-prev-buffer) + ("C-x M-b" . 'ibuffer) ("M-y" . 'consult-yank-from-kill-ring) ("C-M-s" . 'consult-line) ("C-c s" . 'thanos/search) |