update niri keys
This commit is contained in:
parent
fb5e68da37
commit
602de13a4e
6 changed files with 125 additions and 154 deletions
|
|
@ -44,7 +44,8 @@
|
|||
|
||||
"space f w": "pane::DeploySearch", // Search word under cursor
|
||||
|
||||
"space r r": "task::Spawn",
|
||||
"space r r": "editor::SpawnNearestTask",
|
||||
"space r R": "task::Spawn",
|
||||
|
||||
// Go to file with `gf`
|
||||
"g f": "editor::OpenExcerpts",
|
||||
|
|
@ -78,6 +79,8 @@
|
|||
],
|
||||
"space g j": "editor::GoToHunk",
|
||||
"space g k": "editor::GoToPreviousHunk",
|
||||
"space g r": "git::Restore",
|
||||
"space g R": "git::RestoreFile",
|
||||
|
||||
// + Buffers
|
||||
// Switch between buffers
|
||||
|
|
|
|||
|
|
@ -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