Move Hycontrol bindings to Hyperbole section
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user