bash: CTRL-R now supports multi-select and batch deletion
CodeQL / Analyze (go) (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled
Generate Sponsors README / deploy (push) Has been cancelled

- Changed +m to --multi to enable multi-select in CTRL-R
- Changed exclude to exclude-multi and {1} to {+1} so
  shift-delete removes all selected entries at once
This commit is contained in:
Junegunn Choi
2026-03-21 21:41:22 +09:00
parent 76efddd718
commit a00df93e13
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ CHANGELOG
- Improved the cache structure, reducing memory footprint per entry by 86x.
- With the reduced per-entry cost, the cache now has broader coverage.
- Shell integration improvements
- bash: Press `shift-delete` to delete history entries during CTRL-R search (#4715)
- bash: CTRL-R now supports multi-select and `shift-delete` to delete history entries (#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