From e5d1a38ff290f1d0bf8d278af7fe31a724f33f56 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 18 Jul 2025 22:18:50 +0100 Subject: Add additional buffer keybindings --- emacs-config.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs-config.org') 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. -- cgit