Move Hycontrol bindings to Hyperbole section

This commit is contained in:
2025-04-03 22:57:12 -07:00
parent cc0e8831a0
commit 2fc3929ffa

View File

@@ -105,8 +105,6 @@
("C-o -" . split-window-below)
("C-o C-k" . delete-window)
("C-o 1" . delete-other-windows)
("C-o w" . hycontrol-windows)
("C-o f" . hycontrol-frames)
;; TODO C-/ for undo window state change
("C-o z" . my/zoom-window)
;; TODO other-window scrolling
@@ -635,6 +633,8 @@
(use-package hyperbole
:ensure (:repo "https://git.savannah.gnu.org/git/hyperbole.git" :tag "hyperbole-9.0.1")
:bind (("C-o h" . hyperbole)
("C-o w" . hycontrol-windows)
("C-o f" . hycontrol-frames)
:map hyperbole-mode-map
("M-<return>" . nil)
("C-o <return>" . hkey-either))