Skip to content

Commit fbc6013

Browse files
authored
Add Tab Completion section to README
1 parent 87a093a commit fbc6013

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,17 @@ History search functionality is provided outside the *PowerShellRun* menu using
275275
Set-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

0 commit comments

Comments
 (0)