summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 8b8897b06..150961442 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -217,8 +217,8 @@ os:
openCommand: 'open {{filename}}'
```
-### EditCommand
-Lazygit will run edit with the first non-empty command:
+### Configuring File Editing
+Lazygit will run edit with the first set option:
1. config.yaml
```yaml
os:
@@ -228,9 +228,9 @@ os:
3. $GIT_EDITOR
4. $VISUAL
5. $EDITOR
-6. vi (if found through `which vi`)
+6. $(which vi)
-Lazygit will log an error if none of these commands are non-empty.
+Lazygit will log an error if none of these options are set.
### Recommended Config Values