programs.ncmpcpp.bindings

List of keybindings.

Type
list of (submodule)
Default
[ ]
Example
[
  { key = "j"; command = "scroll_down"; }
  { key = "k"; command = "scroll_up"; }
  { key = "J"; command = [ "select_item" "scroll_down" ]; }
  { key = "K"; command = [ "select_item" "scroll_up" ]; }
]
Declared
<home-manager/modules/programs/ncmpcpp.nix>