update niri keys

This commit is contained in:
Alexander Navarro 2026-02-24 12:59:31 -03:00
parent fb5e68da37
commit 602de13a4e
6 changed files with 125 additions and 154 deletions

View file

@ -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

View file

@ -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",