1 ファイル変更+1-1
この更新の概要
インタラクティブモードの検索機能における履歴の読み込み仕様が具体化されました。履歴検索時に選択されたスコープ内で、最大100件の最新かつユニークなプロンプトがロードされるようになります。重複する入力は最新のものに統合して表示され、検索ワードのハイライト機能によって過去の入力を効率的に再利用できます。
@@ -229,7 +229,7 @@ Press `Ctrl+R` to interactively search through your command history:
- Press `Ctrl+C` to cancel and restore your original input
- Press `Backspace` on empty search to cancel
The search displays matching commands with the search term highlighted, so you can find and reuse previous inputs.
The search loads the 100 most recent unique prompts in the selected scope, with duplicates collapsed to the newest occurrence. Matching prompts display with the search term highlighted, so you can find and reuse previous inputs.
## Background bash commands