programs.fish.binds

Manage key bindings

Type
attribute set of (submodule)
Default
{ }
Example
{
  "alt-shift-b".command = "fish_commandline_append bat";
  "alt-s".erase = true;
  "alt-s".operate = "preset";
}
Declared
<home-manager/modules/programs/fish.nix>