mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-07 13:42:01 +02:00
Better english for Configuring File Editing
.
This commit is contained in:
parent
e7c657fba0
commit
3258c24fb3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user