aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorJJ2023-11-01 02:56:41 +0000
committerJJ2023-11-01 04:08:59 +0000
commitf441f0571f7d8e140384fe75621fa69cec3265c0 (patch)
tree09aa7e83ee2972868754d3a8d25945a5f7713a4d /book/src
parent696fa18edece20f10d8b276728c55ad712be1da9 (diff)
Make initial editing mode configurable
ref: https://github.com/helix-editor/helix/pull/3366 Co-authored-by: Philipp Emanuel Weidmann <pew@worldwidemann.com>
Diffstat (limited to 'book/src')
-rw-r--r--book/src/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index b62aab16..23a7a8cf 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -60,6 +60,7 @@ Its settings will be merged with the configuration directory `config.toml` and t
| `undercurl` | Set to `true` to override automatic detection of terminal undercurl support in the event of a false negative | `false` |
| `rulers` | List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file | `[]` |
| `bufferline` | Renders a line at the top of the editor displaying open buffers. Can be `always`, `never` or `multiple` (only shown if more than one buffer is in use) | `never` |
+| `initial-mode` | The initial mode for newly opened editors. | `"normal"` |
| `color-modes` | Whether to color the mode indicator with different colors depending on the mode itself | `false` |
| `text-width` | Maximum line length. Used for the `:reflow` command and soft-wrapping if `soft-wrap.wrap-at-text-width` is set | `80` |
| `workspace-lsp-roots` | Directories relative to the workspace root that are treated as LSP roots. Should only be set in `.helix/config.toml` | `[]` |