Skip to content

Commit c193df4

Browse files
committed
bug: adding config change to docs
1 parent fe364c6 commit c193df4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/docs/config/general.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ notes_dir = ".toney"
1313

1414
## Editor
1515

16-
can change the editor for editing notes using the `editor` key. **Make sure to write the command for the editor, not the name**.
16+
can change the editor for editing notes using the `editor` key, it takes an array. **Make sure to write the command for the editor, not the name**.
17+
18+
For users with _helix_, use `editor=["alacritty", "-e" , "bash", "-c", "hx"]` or change it according to your term and shell. Helix requires a TTY to launch hence this is required.
1719

1820
default value is:
1921
```toml
20-
editor = "nvim"
22+
editor = ["nvim"]
2123
```

0 commit comments

Comments
 (0)