Update .config/helix/config.toml
This commit is contained in:
parent
23dbda5a4a
commit
8f8e07de43
|
@ -3,6 +3,7 @@ theme = "sonokai"
|
|||
[keys.normal]
|
||||
"backspace" = { c = ":config-open"}
|
||||
"backspace" = { r = [":w", ":config-reload"]}
|
||||
C-a = "no_op"
|
||||
|
||||
[editor.lsp]
|
||||
display-messages = true
|
||||
|
|
Loading…
Reference in New Issue