Compare commits
1 Commits
c3bc351473
...
663bd1e36f
Author | SHA1 | Date | |
---|---|---|---|
|
663bd1e36f |
@ -32,8 +32,10 @@
|
|||||||
"C-r" #'winner-redo)
|
"C-r" #'winner-redo)
|
||||||
|
|
||||||
;; Condense the which-key display for window selection bindings
|
;; Condense the which-key display for window selection bindings
|
||||||
(push '(("\\(.*\\) 0" . "select-window-0") . ("\\1 0..9" . "window 0..9"))
|
(with-eval-after-load 'which-key
|
||||||
|
(push '(("\\(.*\\) 0" . "select-window-0") . ("\\1 0..9" . "window 0..9"))
|
||||||
which-key-replacement-alist)
|
which-key-replacement-alist)
|
||||||
(push '((nil . "select-window-[1-9]") . t) which-key-replacement-alist)
|
(push '((nil . "select-window-[1-9]") . t) which-key-replacement-alist))
|
||||||
|
|
||||||
|
|
||||||
(provide 'init-windows)
|
(provide 'init-windows)
|
||||||
|
Loading…
Reference in New Issue
Block a user