X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Foptions.md;h=f4eae597d742da7c51b903c2aaa23c55e6e9eb7f;hb=9f4da789dbf74b6866cd60ba7da1f1f14ddaaa00;hp=a767f5bdba983fbd9f4db6cefbea8b78935df718;hpb=ea6a87d41a9fcaa9fff81c1a5310726b1e15c548;p=micro.git diff --git a/runtime/help/options.md b/runtime/help/options.md index a767f5bd..f4eae597 100644 --- a/runtime/help/options.md +++ b/runtime/help/options.md @@ -164,6 +164,12 @@ Here are the options that you can set: default value: `2` +* `smartpaste`: should micro add leading whitespace when pasting multiple lines? + This will attempt to preserve the current indentation level when pasting an + unindented block. + + default value: `true` + * `softwrap`: should micro wrap lines that are too long to fit on the screen. default value: `false` @@ -192,7 +198,7 @@ Here are the options that you can set: default value: `false` -* `syntax`: turns syntax on or off. +* `syntax`: turns syntax highlighting on or off. default value: `true`