Skip to content

Instantly share code, notes, and snippets.

@baldwindavid
Created January 30, 2025 16:05
Show Gist options
  • Save baldwindavid/488c97e873ecb6a009298bd51996bdc1 to your computer and use it in GitHub Desktop.
Save baldwindavid/488c97e873ecb6a009298bd51996bdc1 to your computer and use it in GitHub Desktop.
// Static tasks configuration.
[
{
"label": "Sublime Merge",
"command": "smerge .",
"reveal": "never",
"hide": "always"
},
{
"label": "Lazygit",
"command": "lazygit",
"reveal": "always",
"hide": "always"
},
{
"label": "File Navigation",
"command": "ya_zed $ZED_FILE",
"hide": "always",
"allow_concurrent_runs": true,
"use_new_terminal": true
},
{
"label": "File Explorer",
"command": "ya_zed",
"hide": "always"
},
{
"label": "Test Under Cursor",
"command": "mix test $ZED_FILE:$ZED_ROW",
"reveal": "no_focus"
},
{
"label": "Test File",
"command": "mix test $ZED_FILE",
"reveal": "no_focus"
},
{
"label": "Open Config Repo",
"command": "zed ~/dotfiles",
"hide": "always",
"reveal": "never"
},
{
"label": "Toggle Theme",
"command": "toggle_theme",
"hide": "always",
"reveal": "never"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment