Add keybind to show/hide whitespace in helix

This commit is contained in:
Daniel Lynn 2022-10-14 15:54:12 -05:00
parent c600da05fc
commit 8fc03200c6
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

View File

@ -16,3 +16,4 @@ smart-case = false
[keys.normal]
C-r = ":config-reload"
_ = { _ = ":set whitespace.render all", "+" = ":set whitespace.render none" }