From 41921f5f0762053b7ac5f06c6c09106d1dd7cb13 Mon Sep 17 00:00:00 2001 From: Antonio Ruiz Date: Wed, 11 May 2022 20:27:02 -0400 Subject: [PATCH] fix(window-select): allow Switch Window to work with >6 windows --- modules/ui/window-select/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ui/window-select/config.el b/modules/ui/window-select/config.el index a82f7eb2a..acf459da4 100644 --- a/modules/ui/window-select/config.el +++ b/modules/ui/window-select/config.el @@ -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