add keymaps for quick filtering the test-listings
All checks were successful
tests / test (push) Successful in 10s

This commit is contained in:
2026-01-07 17:58:53 +01:00
parent c538a32307
commit 5d0b4e9dd6
4 changed files with 325 additions and 4 deletions

View File

@@ -66,6 +66,9 @@ Additional keymaps:
- `<leader>qn` -> close the testing floats and jump to the first quickfix entry
- `<leader>nf` -> jump to the next `[ FAIL ]` entry in the Test-Listing-Float (wraps to the first)
- `<leader>pf` -> jump to the previous `[ FAIL ]` entry in the Test-Listing-Float (wraps to the last)
- `<leader>sf` -> filter the listing to `[ FAIL ] - ...` entries
- `<leader>ss` -> filter the listing to `[ SKIP ] - ...` entries
- `<leader>sa` -> clear the listing filter and show all entries
- `?` -> show help with TSam commands and standard keymaps in the Detail-Float
## Output UI