1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-09 22:58:43 +02:00
home-manager/tests/modules/programs/helix/settings-expected.toml

15 lines
220 B
TOML
Raw Normal View History

2022-01-04 00:09:24 +01:00
theme = "base16"
[editor]
line-number = "relative"
[editor.lsp]
display-messages = true
[keys.normal]
esc = ["collapse_selection", "keep_primary_selection"]
2022-01-04 00:09:24 +01:00
[keys.normal.space]
q = ":q"
space = "file_picker"
w = ":w"