mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(window-select): allow Switch Window to work with >6 windows
This commit is contained in:
committed by
Henrik Lissner
parent
3ea4952f3f
commit
41921f5f07
@ -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
|
||||
|
Reference in New Issue
Block a user