diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-18 22:18:50 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-18 22:18:50 +0100 |
| commit | e5d1a38ff290f1d0bf8d278af7fe31a724f33f56 (patch) | |
| tree | e6e9a09cee2983e86c92374a9d638be85c5e6e50 /emacs-config.org | |
| parent | 6a6dcb54c975ff213191ac0ecf9caad40a80e938 (diff) | |
Add additional buffer keybindings
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 2 |
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. |
