bash: shift-delete to delete history entries during CTRL-R

Close #4715
This commit is contained in:
Junegunn Choi
2026-03-21 21:10:43 +09:00
parent b638ff46fb
commit 76efddd718
3 changed files with 71 additions and 7 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ CHANGELOG
```
- Improved the cache structure, reducing memory footprint per entry by 86x.
- With the reduced per-entry cost, the cache now has broader coverage.
- fish: Improved command history (CTRL-R) (#4703) (@bitraid)
- Shell integration improvements
- bash: Press `shift-delete` to delete history entries during CTRL-R search (#4715)
- fish: Improved command history (CTRL-R) (#4703) (@bitraid)
- `GET /` HTTP endpoint now includes `positions` field in each match entry, providing the indices of matched characters for external highlighting (#4726)
- Bug fixes
- `--walker=follow` no longer follows symlinks whose target is an ancestor of the walker root, avoiding severe resource exhaustion when a symlink points outside the tree (e.g. Wine's `z:` → `/`) (#4710)