MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/yazi/keymap.toml.

See https://yazi-rs.github.io/docs/configuration/keymap for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  input.keymap = [
    { exec = "close"; on = [ "<c-q>" ]; }
    { exec = "close --submit"; on = [ "<enter>" ]; }
    { exec = "escape"; on = [ "<esc>" ]; }
    { exec = "backspace"; on = [ "<backspace>" ]; }
  ];
  manager.keymap = [
    { exec = "escape"; on = [ "<esc>" ]; }
    { exec = "quit"; on = [ "q" ]; }
    { exec = "close"; on = [ "<c-q>" ]; }
  ];
}
</c-q></esc></backspace></esc></enter></c-q>