summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--exwm.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-03 23:32:21 -0500
committerbd <bdunahu@operationnull.com>2025-03-03 23:32:21 -0500
commit42de6d457f9c47b76e26a53055d0dfe026f94bd6 (patch)
tree1a6d3c873e7e97b39025cac4efbcabc4889f9e63 /.config/emacs/modules/bd--exwm.el
parent606b02f3c659fc00470beb3c526e646a38ecf55d (diff)
Selector functions for displaying a directory of web documentation
Diffstat (limited to '.config/emacs/modules/bd--exwm.el')
-rw-r--r--.config/emacs/modules/bd--exwm.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--exwm.el b/.config/emacs/modules/bd--exwm.el
index 8a4e086..cb59a8c 100644
--- a/.config/emacs/modules/bd--exwm.el
+++ b/.config/emacs/modules/bd--exwm.el
@@ -47,11 +47,12 @@ that buffer."
([f10] . emms-next)
([print] . bd/shoot-part)
([S-print] . bd/shoot-full)
+ ([?\s-I] . bd/doc-finder)
([?\s-O] . bd/browse-dispatcher)
([?\s-P] . bd/password)
([?\s-r] . exwm-reset)
([?\s-d] . toggle-window-dedicated)
- ([?\s-q] . kill-buffer-and-window)
+ ([?\s-q] . kill-current-buffer)
([?\s-x] . (lambda (command)
(interactive (list (read-shell-command "s-x ")))
(start-process-shell-command command nil command))))