summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-09-02 10:11:30 -0400
committerbd <bdunahu@operationnull.com>2024-09-02 10:11:30 -0400
commitb2c4335206a4c046a25ce417e4de1d45e4113f59 (patch)
treec24c2d07e2c2d4cd75368f1f91682219131cabd1 /.config
parent3a0744e976cb0e99591409f774dd34eaa5748962 (diff)
Switch C-x C-b to ibuffer
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/bd--essentials.el2
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)