Hydra2024-11-13 约 46 字 预计阅读 1 分钟文章目录FAQ如何通过 esc 键退出 hydraFAQ如何通过 esc 键退出 hydra使用 <escape> 按键配置1 2 3 4 5 6 7 8 9 (defhydra hydra-root (:color blue) " _a_: some-action _b_: another-action " ("a" some-action) ("b" another-action) ("<escape>" nil "quit" :exit t) )文章作者 上次更新 2025-02-24 (77fafc9)