This commit is contained in:
Zelong Kuang
2025-12-22 15:57:17 +11:00
parent 228fe66540
commit 30fcd61417
5 changed files with 17 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
(use-package ace-window
:hook (emacs-startup . ace-window-display-mode)
:bind (([remap other-window] . ace-window)
("C-c C-w" . ace-window-hydra/body))
("C-c w" . ace-window-hydra/body))
:pretty-hydra
(("Actions"
(("TAB" other-window "switch")