From 5fa36205f15f4613ba3d4819f856fec7954abb19 Mon Sep 17 00:00:00 2001
From: teto
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";
}