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
(global-set-key [remap other-window] #'switch-window)
:config
(setq switch-window-shortcut-style 'qwerty
switch-window-qwerty-shortcuts '("a" "s" "d" "f" "g" "h" "j" "k" "l")))
(setq switch-window-shortcut-style 'qwerty))
(use-package! ace-window