feat(default): bind :leader "t v" to visible-mode
This commit is contained in:
parent
9f3012c98f
commit
ef9e21c90c
2 changed files with 2 additions and 0 deletions
|
@ -321,6 +321,7 @@
|
||||||
:desc "Frame fullscreen" "F" #'toggle-frame-fullscreen
|
:desc "Frame fullscreen" "F" #'toggle-frame-fullscreen
|
||||||
:desc "Indent style" "I" #'doom/toggle-indent-style
|
:desc "Indent style" "I" #'doom/toggle-indent-style
|
||||||
:desc "Line numbers" "l" #'doom/toggle-line-numbers
|
:desc "Line numbers" "l" #'doom/toggle-line-numbers
|
||||||
|
:desc "Visible mode" "v" #'visible-mode
|
||||||
:desc "Soft line wrapping" "w" #'visual-line-mode
|
:desc "Soft line wrapping" "w" #'visual-line-mode
|
||||||
(:when (modulep! :editor word-wrap)
|
(:when (modulep! :editor word-wrap)
|
||||||
:desc "Soft line wrapping" "w" #'+word-wrap-mode)
|
:desc "Soft line wrapping" "w" #'+word-wrap-mode)
|
||||||
|
|
|
@ -765,6 +765,7 @@
|
||||||
:desc "Spell checker" "s" #'flyspell-mode)
|
:desc "Spell checker" "s" #'flyspell-mode)
|
||||||
(:when (modulep! :lang org +pomodoro)
|
(:when (modulep! :lang org +pomodoro)
|
||||||
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
:desc "Pomodoro timer" "t" #'org-pomodoro)
|
||||||
|
:desc "Visible mode" "v" #'visible-mode
|
||||||
:desc "Soft line wrapping" "w" #'visual-line-mode
|
:desc "Soft line wrapping" "w" #'visual-line-mode
|
||||||
(:when (modulep! :editor word-wrap)
|
(:when (modulep! :editor word-wrap)
|
||||||
:desc "Soft line wrapping" "w" #'+word-wrap-mode)
|
:desc "Soft line wrapping" "w" #'+word-wrap-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue