core: document keybind actions better

The current documentation for actions are very sparse and would leave
someone (even including contributors) as to what exactly they do.
On top of that there are many stylistic and grammatical problems that are
simply no longer in line with our current standards, and certainly not
on par with our configuration options reference.

Hence, I've taken it upon myself to add, clarify, supplement, edit and
even rewrite the documentation for most of these actions, in a wider
effort of trying to offer better, clearer documentation for our users.
This commit is contained in:
Leah Amelia Chen
2025-06-04 15:07:58 +02:00
parent 1ff9162598
commit 2c8d6ba944
2 changed files with 285 additions and 144 deletions

View File

@@ -119,7 +119,7 @@ fn actionCommands(action: Action.Key) []const Command {
.paste_from_clipboard => comptime &.{.{
.action = .paste_from_clipboard,
.title = "Paste from Clipboard",
.description = "Paste the contents of the clipboard.",
.description = "Paste the contents of the main clipboard.",
}},
.paste_from_selection => comptime &.{.{