summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2021-08-04 18:43:34 +0900
committerRyooooooga <eial5q265e5@gmail.com>2021-08-04 18:43:34 +0900
commitac609bd37c0b879ce08f0fcff7b1c7ef09d37333 (patch)
treee402ef4ca8af9929d0c9e1f9caa18ea25d34bb18 /docs
parent67cc65930ae62346fcc522f56da59fba5eef1dbe (diff)
fix backward compatibility
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 355e23d02..aa68cbb64 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -64,8 +64,8 @@ git:
disableForcePushing: false
parseEmoji: false
os:
- editor: '' # see 'Configuring File Editing' section
- editCommand: '{{editor}} {{filename}}'
+ editCommand: '' # see 'Configuring File Editing' section
+ editCommandTemplate: '{{editor}} {{filename}}'
openCommand: ''
refresher:
refreshInterval: 10 # file/submodule refresh interval in seconds
@@ -231,7 +231,7 @@ Lazygit will edit a file with the first set editor in the following:
```yaml
os:
- editor: 'vim' # as an example
+ editCommand: 'vim' # as an example
```
2. \$(git config core.editor)