aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorBen Lee-Cohen2022-05-04 02:17:08 +0000
committerGitHub2022-05-04 02:17:08 +0000
commit09a17e4fa3d0aa67e399c02c484a768d85acaac6 (patch)
tree60f097b309ee1897f150ccf321239b4f71b841b7 /book
parentf59b3b91c86d8f92ce72a4bb873bbb6aaaa4d2a9 (diff)
Making the 'set-option' command help more descriptive. (#2365)
* Making the 'set-option' command help more descriptive. * Adding the generated docs * Making the message multi-line * Replace newline with break in generated docs
Diffstat (limited to 'book')
-rw-r--r--book/src/generated/typable-cmd.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/generated/typable-cmd.md b/book/src/generated/typable-cmd.md
index 426598e3..17d10c99 100644
--- a/book/src/generated/typable-cmd.md
+++ b/book/src/generated/typable-cmd.md
@@ -55,7 +55,7 @@
| `:tutor` | Open the tutorial. |
| `:goto`, `:g` | Go to line number. |
| `:set-language`, `:lang` | Set the language of current buffer. |
-| `:set-option`, `:set` | Set a config option at runtime. |
+| `:set-option`, `:set` | Set a config option at runtime.<br>For example to disable smart case search, use `:set search.smart-case false`. |
| `:get-option`, `:get` | Get the current value of a config option. |
| `:sort` | Sort ranges in selection. |
| `:rsort` | Sort ranges in selection in reverse order. |