MyNixOS website logo
option

programs.pi-coding-agent.keybindings

Keybindings configuration written to ~/.pi/agent/keybindings.json. See https://pi.dev/docs/latest/keybindings for the documentation.

Declarations
Type
JSON value
Default
{ }
Example
{
  "tui.editor.cursorDown" = [
    "down"
    "ctrl+n"
  ];
  "tui.editor.cursorUp" = [
    "up"
    "ctrl+p"
  ];
  "tui.editor.deleteWordBackward" = [
    "ctrl+w"
    "alt+backspace"
  ];
}