diff options
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. |
