Fix description for increase/decrease font size
This commit is contained in:
parent
7ca2b42d2b
commit
451989813f
1 changed files with 2 additions and 2 deletions
|
@ -509,7 +509,7 @@
|
|||
((featurep! :completion helm) #'+helm/project-search)))
|
||||
|
||||
(:prefix ("]" . "next")
|
||||
:desc "Increase text size" "[" #'text-scale-decrease
|
||||
:desc "Decrease text size" "[" #'text-scale-decrease
|
||||
:desc "Next buffer" "b" #'previous-buffer
|
||||
:desc "Next diff Hunk" "d" #'git-gutter:previous-hunk
|
||||
:desc "Next todo" "t" #'hl-todo-previous
|
||||
|
@ -519,7 +519,7 @@
|
|||
:desc "Next spelling correction" "S" #'flyspell-correct-previous-word-generic)
|
||||
|
||||
(:prefix ("[" . "previous")
|
||||
:desc "Text size" "]" #'text-scale-increase
|
||||
:desc "Increase text size" "]" #'text-scale-increase
|
||||
:desc "Buffer" "b" #'next-buffer
|
||||
:desc "Diff Hunk" "d" #'git-gutter:next-hunk
|
||||
:desc "Todo" "t" #'hl-todo-next
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue