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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue