feat(default): bind :leader "t v" to visible-mode

This commit is contained in:
mfroeh
2022-10-13 11:07:00 +02:00
committed by Henrik Lissner
parent 9f3012c98f
commit ef9e21c90c
2 changed files with 2 additions and 0 deletions

View File

@ -765,6 +765,7 @@
:desc "Spell checker" "s" #'flyspell-mode)
(:when (modulep! :lang org +pomodoro)
:desc "Pomodoro timer" "t" #'org-pomodoro)
:desc "Visible mode" "v" #'visible-mode
:desc "Soft line wrapping" "w" #'visual-line-mode
(:when (modulep! :editor word-wrap)
:desc "Soft line wrapping" "w" #'+word-wrap-mode)