MyNixOS website logo

Configuration to use for shpool. See https://github.com/shell-pool/shpool/blob/master/CONFIG.md for available options.

Declarations
Type
TOML value
Default
{ }
Example
{
  keybinding = [
    {
      action = "detach";
      binding = "Ctrl-a d";
    }
  ];
  motd = "never";
  prompt_prefix = "[$SHPOOL_SESSION_NAME]";
  session_restore_mode = {
    lines = 1000;
  };
}