Created
January 30, 2025 16:05
-
-
Save baldwindavid/488c97e873ecb6a009298bd51996bdc1 to your computer and use it in GitHub Desktop.
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
// 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