summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorNikita Karamov <me@kytta.dev>2023-10-03 19:07:59 +0200
committerNikita Karamov <me@kytta.dev>2023-10-03 19:42:28 +0200
commit8390622f700afa015ca6443e5d4d7806cdb1a666 (patch)
tree58374655daeec8a36ed41084c7f8fb134b645e78 /docs/Config.md
parenta04fbafcfd79ef6fb7eecf32a40fa3a1ce23c050 (diff)
Add Micro editor preset
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index fde550baf..5bdcaed98 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -319,7 +319,7 @@ os:
editPreset: 'vscode'
```
-Supported presets are `vim`, `nvim`, `nvim-remote`, `emacs`, `nano`, `vscode`, `sublime`, `bbedit`, `kakoune`, `helix`, 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`, `nvim-remote`, `emacs`, `nano`, `micro`, `vscode`, `sublime`, `bbedit`, `kakoune`, `helix`, 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.
`nvim-remote` is an experimental preset for when you have invoked lazygit from within a neovim process, allowing lazygit to open the file from within the parent process rather than spawning a new one.