[keys] which-key desc for window->+maximize map
This commit is contained in:
parent
e0cd71e25f
commit
ae26ff3282
1 changed files with 6 additions and 0 deletions
|
@ -627,3 +627,9 @@
|
|||
(:when (featurep! :lang org +pomodoro)
|
||||
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
||||
:desc "Word-wrap mode" "w" #'+word-wrap-mode))
|
||||
|
||||
(after! which-key
|
||||
(let ((prefix-re (regexp-opt (list doom-leader-key doom-leader-alt-key))))
|
||||
(cl-pushnew `((,(format "\\`\\(?:C-w\\|%s w\\) m\\'" prefix-re))
|
||||
nil . "maximize")
|
||||
which-key-replacement-alist)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue