summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-07-18 22:18:50 +0100
committerBlake Romero <blake@blkrom.com>2025-07-18 22:18:50 +0100
commite5d1a38ff290f1d0bf8d278af7fe31a724f33f56 (patch)
treee6e9a09cee2983e86c92374a9d638be85c5e6e50
parent6a6dcb54c975ff213191ac0ecf9caad40a80e938 (diff)
Add additional buffer keybindings
-rw-r--r--emacs-config.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 6aaa8dd..70bf117 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -1357,6 +1357,8 @@ Window actions.
(keymap-set +global-keys-map "C-M->" #'end-of-buffer-other-window)
(keymap-set +global-keys-map "C-M-]" #'next-buffer)
(keymap-set +global-keys-map "M-ESC" #'previous-buffer) ; C-M-[ translates to M-ESC
+ (keymap-set +global-keys-map "C-x M-b" #'bs-show)
+ (keymap-set +global-keys-map "C-x M-i" #'ibuffer)
#+end_src
Set meta-key quick actions to mirror =C-x DIGIT= bindings, therefore reducing the need for additional keypresses.