fix(window-select): allow Switch Window to work with >6 windows
This commit is contained in:
parent
3ea4952f3f
commit
41921f5f07
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue