summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-11 19:00:01 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-05-11 19:00:01 +1000
commit2b30085dba4c8002e234026294e7b29f1ed17811 (patch)
tree2906718355e195151d399d4bd1d1006ae795149a /docs
parent5dacbb6293bcff48649fd9fcae6af8e1b76d23ad (diff)
parent5c95d231699b91bee40b505030d8c635453c2573 (diff)
Merge branch 'master' into refactor-better-encapsulation
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