Remove redundant
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user