Skip to content

Commit

Permalink
Point to F7History in the comment of the F7 sample (#3782)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed Aug 17, 2023
1 parent 4e456f0 commit fbff10c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PSReadLine/SamplePSReadLineProfile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward
# typed text is used as the substring pattern for filtering. A selected command
# is inserted to the command line without invoking. Multiple command selection
# is supported, e.g. selected by Ctrl + Click.
# As another example, the module 'F7History' does something similar but uses the
# console GUI instead of Out-GridView. Details about this module can be found at
# PowerShell Gallery: https://www.powershellgallery.com/packages/F7History.
Set-PSReadLineKeyHandler -Key F7 `
-BriefDescription History `
-LongDescription 'Show command history' `
Expand Down

0 comments on commit fbff10c

Please sign in to comment.