6. Keyboard Shortcuts and Snippets
6. Keyboard Shortcuts and Snippets
// raycast-snippets.json
// ABOUTME: Text expansion snippets
// ABOUTME: Common code templates and text patterns
{
"snippets": [
{
"name": "Python main block",
"keyword": "pymain",
"text": "if __name__ == \"__main__\":\n main()"
*See sub-skills for full details.*