update niri keys
This commit is contained in:
parent
fb5e68da37
commit
602de13a4e
6 changed files with 125 additions and 154 deletions
|
|
@ -2,6 +2,12 @@
|
|||
//
|
||||
// Example:
|
||||
[
|
||||
{
|
||||
"label": "Run dev",
|
||||
"command": "just",
|
||||
"args": ["dev"],
|
||||
"tags": ["just-recipe"]
|
||||
},
|
||||
{
|
||||
"label": "LazyGit",
|
||||
"command": "lazygit",
|
||||
|
|
@ -15,6 +21,7 @@
|
|||
"allow_concurrent_runs": true,
|
||||
"use_new_terminal": true
|
||||
},
|
||||
|
||||
{
|
||||
"label": "Bun Test",
|
||||
"command": "bun test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue