Add HEAD to statusline

This commit is contained in:
Daniel Lynn 2023-04-14 12:36:43 -05:00
parent 0aecc27157
commit 2f660be4b3
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

View File

@ -17,6 +17,9 @@ smart-case = false
[editor.soft-wrap]
enable = true
[editor.statusline]
center = ["version-control"]
[keys.normal]
C-r = ":config-reload"
_ = { n = ":set whitespace.render none", a = ":set whitespace.render all" }