Compare commits
1 Commits
663bd1e36f
...
c3bc351473
Author | SHA1 | Date | |
---|---|---|---|
|
c3bc351473 |
@ -32,10 +32,8 @@
|
|||||||
"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
|
||||||
(with-eval-after-load 'which-key
|
(push '(("\\(.*\\) 0" . "select-window-0") . ("\\1 0..9" . "window 0..9"))
|
||||||
(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