You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit ~/.config/helix/config.toml to include the following
[keys.normal]
"ret" = ["open_below", "normal_mode"] # Maps the enter key to open_below then re-enter normal mode
Open helix, note the error:
Error: data did not match any variant of untagged enum KeyTrie for key `keys.normal` at line 7 column 1
Sample Config for context:
theme = "everforest"
[lsp]
display-messages = trueline-numbers = "relative"
[keys.normal]
g = { a = "code_action" } # <- Works, but if I were to add additional commands such as below, fails."ret" = ["open_below", "normal_mode"] # Does not work
Environment
Platform: MacOS
Helix version: helix 0.5.0
~/.cache/helix/helix.log
Appears to be unrelated
2021-11-24T09:57:42.975 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { LSP not defined }
The text was updated successfully, but these errors were encountered:
Reproduction steps
~/.config/helix/config.toml
to include the followingSample Config for context:
Environment
~/.cache/helix/helix.log
Appears to be unrelated
The text was updated successfully, but these errors were encountered: