expand opening keymap on detail-float
All checks were successful
tests / test (push) Successful in 8s

This commit is contained in:
2026-01-23 10:42:25 +01:00
parent 456a157549
commit 5d205c0302
4 changed files with 176 additions and 40 deletions

View File

@@ -67,7 +67,7 @@ Additional keymaps:
- `<leader>fn` -> [F]ind [N]ext failed test in listing (wraps to the first, opens Detail-Float, works in Detail-Float)
- `<leader>fp` -> [F]ind [P]revious failed test in listing (wraps to the last, opens Detail-Float, works in Detail-Float)
- `<leader>ff` -> [F]ind [F]irst list entry (opens Detail-Float, works in Detail-Float)
- `<leader>o` -> jump to the test location
- `<leader>o` -> jump to the test location (works in Detail-Float)
- `<leader>qn` -> close the testing floats and jump to the first quickfix entry
- Listing filters:
- `<leader>sf` -> filter the listing to `[ FAIL ] - ...` entries