diff --git a/options.xhtml b/options.xhtml index 2a8ddda87..e6acf5278 100644 --- a/options.xhtml +++ b/options.xhtml @@ -43607,179 +43607,32 @@ TOML value
Default:
{ }
Declared by:
-
-
-<home-manager/modules/programs/meli.nix>
-
- |
programs.meli.settings.shortcuts
-
-
-Shortcut Settings
- -Type: -submodule
- -Default:
-{ }
Declared by:
-
-
-<home-manager/modules/programs/meli.nix>
-
- |
programs.meli.settings.shortcuts.composing
-
-
-composing shortcut configuration
- -Type: -attribute set of string
- -Default:
-{ }
Example:
{
+shortcuts = {
+contact-list = {
+ create_contact = "c";
+ edit_contact = "m";
+ };
+general = {
edit = "m";
- scroll_down = "n";
scroll_up = "e";
-}
-
-
-Declared by:
-
-
-<home-manager/modules/programs/meli.nix>
-
- |
programs.meli.settings.shortcuts.contact-list
-
-
-contact-list shortcut configuration
- -Type: -attribute set of string
- -Default:
-{ }
Example:
{
- create_contact = "c";
- edit_contact = "m";
-}
-
-
-Declared by:
-
-
-<home-manager/modules/programs/meli.nix>
-
- |
programs.meli.settings.shortcuts.general
-
-
-general shortcut configuration
- -Type: -attribute set of string
- -Default:
-{ }
Example:
{
- next_page = "C-d";
scroll_down = "n";
+};
+composing = {
+ edit = "m";
scroll_up = "e";
-}
-
-
-Declared by:
-
-
-<home-manager/modules/programs/meli.nix>
-
- |
programs.meli.settings.shortcuts.listing
-
-
-general shortcut configuration
- -Type: -attribute set of string
- -Default:
-{ }
Example:
{
+ scroll_down = "n";
+};
+listing = {
new_mail = "t";
set_seen = "s";
+};
+pager = {
+ scroll_up = "e";
+ scroll_down = "n";
+};
+
}
-
-
-Declared by:
-
-
-<home-manager/modules/programs/meli.nix>
-
- |
programs.meli.settings.shortcuts.pager
-
-
-general shortcut configuration
- -Type: -attribute set of string
- -Default:
-{ }
Example:
{
- scroll_down = "n";
- scroll_up = "e";
}