2.home-manager/tests/modules/programs/helix/settings-expected.toml
Austin Horstman a2231992dd tests/helix: fix expected config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-06-22 12:47:26 -05:00

19 lines
280 B
TOML

theme = "base16"
[editor]
line-number = "relative"
[editor.lsp]
display-messages = true
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
[keys.normal.space]
q = ":q"
space = "file_picker"
w = ":w"
[keys.normal.G]
G = "goto_file_end"
g = "goto_file_start"