fix(window-select): allow Switch Window to work with >6 windows

This commit is contained in:
Antonio Ruiz 2022-05-11 20:27:02 -04:00 committed by Henrik Lissner
parent 3ea4952f3f
commit 41921f5f07

View file

@ -6,8 +6,7 @@
:init :init
(global-set-key [remap other-window] #'switch-window) (global-set-key [remap other-window] #'switch-window)
:config :config
(setq switch-window-shortcut-style 'qwerty (setq switch-window-shortcut-style 'qwerty))
switch-window-qwerty-shortcuts '("a" "s" "d" "f" "g" "h" "j" "k" "l")))
(use-package! ace-window (use-package! ace-window