plugins.persisted.settings.telescope.icons

Icons displayed in the Telescope picker.

Type: null or (attribute set of (string or raw lua code))

Default: null

Plugin default:

{
  branch = " ";
  dir = "  ";
  selected = " ";
}

Declared by:

plugins.persisted.settings.telescope.mappings

Mappings for managing sessions in Telescope.

Type: null or (attribute set of (string or raw lua code))

Default: null

Plugin default:

{
  change_branch = "<C-b>";
  copy_session = "<C-c>";
  delete_session = "<C-d>";
}

Declared by: