summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 34e89c130..e3890f9f6 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -252,21 +252,21 @@ keybinding:
```yaml
os:
- openCommand: 'start "" {{filename}}'
+ open: 'start "" {{filename}}'
```
### Linux
```yaml
os:
- openCommand: 'xdg-open {{filename}} >/dev/null'
+ open: 'xdg-open {{filename}} >/dev/null'
```
### OSX
```yaml
os:
- openCommand: 'open {{filename}}'
+ open: 'open {{filename}}'
```
### Configuring File Editing
@@ -285,9 +285,9 @@ os:
editPreset: 'vscode'
```
-Supported presets are `vim`, `emacs`, `nano`, `vscode`, `sublime`, `bbedit`, and
-`xcode`. In many cases lazygit will be able to guess the right preset from your
-$(git config core.editor), or an environment variable such as $VISUAL or $EDITOR.
+Supported presets are `vim`, `nvim`, `emacs`, `nano`, `vscode`, `sublime`, `bbedit`,
+`kakoune` and `xcode`. In many cases lazygit will be able to guess the right preset
+from your $(git config core.editor), or an environment variable such as $VISUAL or $EDITOR.
If for some reason you are not happy with the default commands from a preset, or
there simply is no preset for your editor, you can customize the commands by