Skip to content

Instantly share code, notes, and snippets.

@xanthalas
Last active January 28, 2022 07:49
Show Gist options
  • Select an option

  • Save xanthalas/de1a66c5a5d9a413a5551eafc4d19bf8 to your computer and use it in GitHub Desktop.

Select an option

Save xanthalas/de1a66c5a5d9a413a5551eafc4d19bf8 to your computer and use it in GitHub Desktop.
Config file for the Rider plugin "Actions Tree"
{
"items": [
{
"keys": ["alt S"],
"items": [
{ "keys": ["S"], "id": "SurroundWith" },
{ "keys": ["F"], "id": "ReformatCode"},
{ "keys": ["R"], "id": "RecentLocations", "separator-above": "" },
{ "keys": ["T"], "id": "CloseContent" },
{ "keys": ["U"], "id": "UnsplitAll" }
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment