Last active
January 28, 2022 07:49
-
-
Save xanthalas/de1a66c5a5d9a413a5551eafc4d19bf8 to your computer and use it in GitHub Desktop.
Config file for the Rider plugin "Actions Tree"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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