General reformatting & minor refactors
This commit is contained in:
parent
43975d3cd4
commit
c82faf7f10
5 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
:when (featurep! +switch-window)
|
||||
:defer t
|
||||
:init
|
||||
(define-key global-map [remap other-window] #'switch-window)
|
||||
(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")))
|
||||
|
@ -14,7 +14,7 @@
|
|||
:unless (featurep! +switch-window)
|
||||
:defer t
|
||||
:init
|
||||
(define-key global-map [remap other-window] #'ace-window)
|
||||
(global-set-key [remap other-window] #'ace-window)
|
||||
:config
|
||||
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
|
||||
aw-scope 'frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue