diff options
author | bd <bdunahu@operationnull.com> | 2024-09-02 10:11:30 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-09-02 10:11:30 -0400 |
commit | b2c4335206a4c046a25ce417e4de1d45e4113f59 (patch) | |
tree | c24c2d07e2c2d4cd75368f1f91682219131cabd1 /.config/emacs | |
parent | 3a0744e976cb0e99591409f774dd34eaa5748962 (diff) |
Switch C-x C-b to ibuffer
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/modules/bd--essentials.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/modules/bd--essentials.el b/.config/emacs/modules/bd--essentials.el index 9b991d0..24d9cb5 100644 --- a/.config/emacs/modules/bd--essentials.el +++ b/.config/emacs/modules/bd--essentials.el @@ -7,6 +7,8 @@ (keymap-global-unset "C-z") (keymap-global-unset "C-x C-z") +(global-set-key (kbd "C-x C-b") 'ibuffer) + (global-set-key (kbd "C-z =") 'text-scale-increase) (global-set-key (kbd "C-z -") 'text-scale-decrease) (setopt text-scale-mode-step 1.1) |