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

@ -321,6 +321,7 @@
:desc "Frame fullscreen" "F" #'toggle-frame-fullscreen
:desc "Indent style" "I" #'doom/toggle-indent-style
:desc "Line numbers" "l" #'doom/toggle-line-numbers
: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)