From 740f565c80a76ee499a93f2c1ccd6cc8388b7e63 Mon Sep 17 00:00:00 2001 From: scgtrp Date: Wed, 13 Apr 2022 00:00:17 -0400 Subject: [PATCH] Document values for editor.cursor-shape (#2094) These are hinted at in the example config at the top (except `none`), but really should be listed explicitly near the option itself for clarity. --- book/src/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/configuration.md b/book/src/configuration.md index 9036b501..dae46176 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -55,6 +55,7 @@ hidden = false Defines the shape of cursor in each mode. Note that due to limitations of the terminal environment, only the primary cursor can change shape. +Valid values for these options are `block`, `bar`, `underline`, or `none`. | Key | Description | Default | | --- | ----------- | ------- |