Skip to content

Commit 7cd3fb9

Browse files
committed
fixup! Update documentation
1 parent 70b95c2 commit 7cd3fb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ os:
304304
The `editInTerminal` option is used to decide whether lazygit needs to suspend
305305
itself to the background before calling the editor.
306306

307+
Contributions of new editor presets are welcome; see the `getPreset` function in
308+
[`editor_presets.go`](https://github.com/jesseduffield/lazygit/blob/master/pkg/config/editor_presets.go).
309+
307310
### Overriding default config file location
308311

309312
To override the default config directory, use `CONFIG_DIR="$HOME/.config/lazygit"`. This directory contains the config file in addition to some other files lazygit uses to keep track of state across sessions.

0 commit comments

Comments
 (0)