File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,7 +275,17 @@ History search functionality is provided outside the *PowerShellRun* menu using
275275Set-PSRunPSReadLineKeyHandler -PSReadLineHistoryChord 'Ctrl+r'
276276```
277277
278- ![ image] ( https://github.com/mdgrs-mei/PowerShellRun/assets/81177095/350afb04-4862-408b-b6b5-3e3c86d90264 )
278+ ![ HistorySearch] ( https://github.com/mdgrs-mei/PowerShellRun/assets/81177095/350afb04-4862-408b-b6b5-3e3c86d90264 )
279+
280+ ## Tab Completion
281+
282+ Similar to the History Search, you can also extend the tab completion to use PowerShellRun's selector with the following command:
283+
284+ ``` powershell
285+ Set-PSRunPSReadLineKeyHandler -TabCompletionChord 'Tab'
286+ ```
287+
288+ ![ TabCompletion] ( https://github.com/user-attachments/assets/db6e7f60-fd46-41a0-a472-92fc7d322cb0 )
279289
280290## Options
281291
You can’t perform that action at this time.
0 commit comments