summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorcaojoshua <cao.joshua@yahoo.com>2021-06-01 09:33:16 -0700
committerJesse Duffield <jessedduffield@gmail.com>2021-06-05 10:58:09 +1000
commit3258c24fb35403524dd74feffc9669a639716424 (patch)
tree09c7c4b7528d0c95a888b4ce68660c0c4a400aaa /docs
parente7c657fba0dc27b188a9c4b91c35f3e3805d86cc (diff)
Better english for `Configuring File Editing`.
Diffstat (limited to 'docs')
-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