ace-window
2023年8月21日 2023年11月17日
根据标号切换窗口
ace-window-安装
1(use-package ace-window 2 :ensure t 3 :init 4 (progn 5 (global-set-key [remap other-window] 'ace-window) 6 (custom-set-faces 7 '(aw-leading-char-face 8 ((t (:inherit ace-jump-face-foreground :height 3.0))))) ;; 配置标识样式 9 ))