X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fhelp%2Foptions.md;h=0dca26da380b584d6a4a1954994bd33dca1cf38c;hb=3c85d31c15b060bbfda5f9c73e38117da5bfe140;hp=a3b2ca987a6e5ab574ff17c626f7625cc0b5308f;hpb=e71b49481b2ebebeacf78fda5b6aea19d0b60190;p=micro.git diff --git a/runtime/help/options.md b/runtime/help/options.md index a3b2ca98..0dca26da 100644 --- a/runtime/help/options.md +++ b/runtime/help/options.md @@ -103,17 +103,17 @@ Here are the options that you can set: * `softwrap`: should micro wrap lines that are too long to fit on the screen - default value: `off` + default value: `off` * `splitRight`: when a vertical split is created, should it be created to the right of the current split? - default value: `on` + default value: `on` -* `splitRight`: when a horizontal split is created, should it be created below the +* `splitBottom`: when a horizontal split is created, should it be created below the current split? - default value: `on` + default value: `on` * `autosave`: micro will save the buffer every 8 seconds automatically. Micro also will automatically save and quit when you exit without asking. @@ -127,13 +127,18 @@ Here are the options that you can set: metadata about the given plugin. See the `Plugin Manager` section of the `plugins` help topic for more information. - default value: `https://github.com/micro-editor/plugin-channel` + default value: `https://github.com/micro-editor/plugin-channel` * `pluginrepos`: contains all the 'repositories' micro's plugin manager will search for plugins in. A repository consists of a `repo.json` file which contains metadata for a single plugin. - default value: ` ` + default value: ` ` + +* `useprimary` (only useful on Linux): defines whether or not micro will use the primary clipboard to copy selections + in the background. This does not affect the normal clipboard using Ctrl-C and Ctrl-V. + + default value: `on` ---