Skip to content

Commit

Permalink
Update Microsoft.PowerShell_profile.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasholla committed Jun 18, 2024
1 parent ad2d2d8 commit 1f28bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Set-PSReadlineKeyHandler -Chord 'Alt+y' -Function YankLastArg
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
Set-PSReadLineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward
Set-PSReadlineKeyHandler -Key 'Ctrl+Q' -Function TabCompleteNext
Set-PSReadlineKeyHandler -Key 'Ctrl+Shift+Q' -Function TabCompletePrevious
Set-PSReadlineKeyHandler -Key 'Ctrl+q' -Function TabCompleteNext
Set-PSReadlineKeyHandler -Key 'Ctrl+Shift+q' -Function TabCompletePrevious
Set-PSReadLineKeyHandler -Key 'Ctrl+n' -Function ReverseSearchHistory
Set-PSReadLineKeyHandler -Key 'Ctrl+l' -Function ClearScreen
Set-PSReadLineKeyHandler -Key 'Ctrl+a' -Function BeginningOfLine
Expand Down

0 comments on commit 1f28bd1

Please sign in to comment.