From 1636931c2b11695846241933a4d7e8d61609e766 Mon Sep 17 00:00:00 2001 From: Christian Rackerseder Date: Thu, 4 May 2023 08:28:58 +0200 Subject: [PATCH] Include "kakoune" in supported edit presets --- docs/Config.md | 6 +++--- 1 file 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