From 2b7fc9515a505f94b30a5b2b50a8d00bf46e2997 Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Sun, 17 May 2026 14:53:23 -0400 Subject: [PATCH 1/6] Document 'copypaste' usage in help.md Add documentation for the 'copypaste' feature in help.md. --- runtime/help/help.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/help/help.md b/runtime/help/help.md index fd9d514d3e..a25eca7a46 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -51,6 +51,8 @@ Here are the available help topics: plugins * `colors`: Explains micro's colorscheme and syntax highlighting engine and how to create your own colorschemes or add new languages to the engine +* `copypaster`: Explains micro's copy and paste usage and configuration and how it + is working on different operating systems and setups. For example, to open the help page on plugins you would run `> help plugins`. From ff651821d3efe6f3411d630b172606e4baedd14d Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Sun, 17 May 2026 14:56:37 -0400 Subject: [PATCH 2/6] Fix typo in help.md for copypaste section Corrected the spelling of 'copypaster' to 'copypaste' in the help documentation. --- runtime/help/help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/help.md b/runtime/help/help.md index a25eca7a46..4d6ac5176a 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -51,7 +51,7 @@ Here are the available help topics: plugins * `colors`: Explains micro's colorscheme and syntax highlighting engine and how to create your own colorschemes or add new languages to the engine -* `copypaster`: Explains micro's copy and paste usage and configuration and how it +* `copypaste`: Explains micro's copy and paste usage and configuration and how it is working on different operating systems and setups. For example, to open the help page on plugins you would run `> help plugins`. From e5239d3063a567ea1484b653fd29f4557bd404be Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Sun, 17 May 2026 17:31:39 -0400 Subject: [PATCH 3/6] Enhance copypaste section in help documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clarify the explanation of micro's copy and paste usage across different operating systems and removes the use of some “and”. --- runtime/help/help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/help.md b/runtime/help/help.md index 4d6ac5176a..219db1f651 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -51,7 +51,7 @@ Here are the available help topics: plugins * `colors`: Explains micro's colorscheme and syntax highlighting engine and how to create your own colorschemes or add new languages to the engine -* `copypaste`: Explains micro's copy and paste usage and configuration and how it +* `copypaste`: Explains micro's copy and paste usage and configuration. It describes how copy and pasting is working on different operating systems and setups. For example, to open the help page on plugins you would run `> help plugins`. From 13d6754d18af7a480864febb734caa99cf0ad2c3 Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Sun, 17 May 2026 17:41:05 -0400 Subject: [PATCH 4/6] Word-wrap to not go beyong 80 chars. --- runtime/help/help.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/help/help.md b/runtime/help/help.md index 219db1f651..d97289d9ed 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -51,8 +51,9 @@ Here are the available help topics: plugins * `colors`: Explains micro's colorscheme and syntax highlighting engine and how to create your own colorschemes or add new languages to the engine -* `copypaste`: Explains micro's copy and paste usage and configuration. It describes how copy and pasting - is working on different operating systems and setups. +* `copypaste`: Explains micro's copy and paste usage and configuration. It + describes how copy and pasting is working on different operating systems and + setups. For example, to open the help page on plugins you would run `> help plugins`. From 2cc3597454f5f2e5a0d9a67757443fbdb16bd119 Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Sun, 17 May 2026 18:01:46 -0400 Subject: [PATCH 5/6] Small typo --- runtime/help/help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/help.md b/runtime/help/help.md index d97289d9ed..09c017abd9 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -52,7 +52,7 @@ Here are the available help topics: * `colors`: Explains micro's colorscheme and syntax highlighting engine and how to create your own colorschemes or add new languages to the engine * `copypaste`: Explains micro's copy and paste usage and configuration. It - describes how copy and pasting is working on different operating systems and + describes how copy and paste is working on different operating systems and setups. For example, to open the help page on plugins you would run `> help plugins`. From 24ce6fae335cafe04dc8c546645dde7c2e9a9267 Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Mon, 18 May 2026 13:32:28 -0400 Subject: [PATCH 6/6] Fix spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jöran Karl <3951388+JoeKar@users.noreply.github.com> --- runtime/help/help.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/help/help.md b/runtime/help/help.md index 09c017abd9..185e953ac0 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -51,8 +51,8 @@ Here are the available help topics: plugins * `colors`: Explains micro's colorscheme and syntax highlighting engine and how to create your own colorschemes or add new languages to the engine -* `copypaste`: Explains micro's copy and paste usage and configuration. It - describes how copy and paste is working on different operating systems and +* `copypaste`: Explains micro's copy and paste usage and configuration. + It describes how copy and paste is working on different operating systems and setups. For example, to open the help page on plugins you would run `> help plugins`.