summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rackerseder <git@echooff.de>2023-05-04 08:28:58 +0200
committerChristian Rackerseder <git@echooff.de>2023-05-04 08:28:58 +0200
commit1636931c2b11695846241933a4d7e8d61609e766 (patch)
tree92799531ee314aba78785557f6427b996ca4b536
parent6e027f42dace96fd7074cf572eef0faebd89a2b5 (diff)
Include "kakoune" in supported edit presets
-rw-r--r--docs/Config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Config.md b/docs/Config.md
index ee6fcc385..e3890f9f6 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -285,9 +285,9 @@ os:
editPreset: 'vscode'
```
-Supported presets are `vim`, `nvim`, `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