diff --git a/README.md b/README.md index b9df66d17e..c9fcac53d1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A help-menu can be shown by pressing the `h` key, or by configuring `general.alw ### Configuration -The environment variables `GIT_EDITOR`, `VISUAL` or `EDITOR` (checked in this order) dictate which editor Gitu will open. +The environment variables `VISUAL`, `EDITOR` or `GIT_EDITOR` (checked in this order) dictate which editor Gitu will open. This means that e. g. commit messages will be opened in the `GIT_EDITOR` by Git, but if the user wishes to do edits to the actual files in a different editor, `VISUAL` or `EDITOR` can be set accordingly. Configuration is also loaded from: - Linux: `~/.config/gitu/config.toml`