Remove redundant

This commit is contained in:
Zelong Kuang
2025-12-22 12:49:49 +11:00
parent 7d0c89c68c
commit 937394e2b4

View File

@@ -21,10 +21,7 @@
:bind (([remap other-window] . ace-window) :bind (([remap other-window] . ace-window)
("C-c C-w" . ace-window-hydra/body)) ("C-c C-w" . ace-window-hydra/body))
:pretty-hydra :pretty-hydra
( (("Actions"
;; (:title (pretty-hydra-title "Window Management" 'faicon "nf-fa-th")
;; :foreign-keys warn :quit-key ("q" "C-g"))
("Actions"
(("TAB" other-window "switch") (("TAB" other-window "switch")
("x" ace-delete-window "delete") ("x" ace-delete-window "delete")
("X" ace-delete-other-windows "delete other" :exit t) ("X" ace-delete-other-windows "delete other" :exit t)
@@ -40,9 +37,7 @@
("n" balance-windows "balance")) ("n" balance-windows "balance"))
"Split" "Split"
(("r" split-window-right "horizontally") (("r" split-window-right "horizontally")
("R" split-window-horizontally-instead "horizontally instead")
("v" split-window-below "vertically") ("v" split-window-below "vertically")
("V" split-window-vertically-instead "vertically instead")
("t" toggle-window-split "toggle")) ("t" toggle-window-split "toggle"))
"Zoom" "Zoom"
(("+" text-scale-increase "in") (("+" text-scale-increase "in")