Skip to content

Instantly share code, notes, and snippets.

@ankitg12
Created February 28, 2026 01:06
Show Gist options
  • Select an option

  • Save ankitg12/84139e70557968ccc02ee3fa7a28a465 to your computer and use it in GitHub Desktop.

Select an option

Save ankitg12/84139e70557968ccc02ee3fa7a28a465 to your computer and use it in GitHub Desktop.
Powershell Profile
# Put below in $PROFILE file
Set-PSReadLineKeyHandler -Key Ctrl+d -Function ViExit
Set-PSReadLineKeyHandler -Key Tab -Function AcceptSuggestion
Set-PSReadLineKeyHandler -Key UpArrow -Function HistorySearchBackward
Set-PSReadLineKeyHandler -Key DownArrow -Function HistorySearchForward
'@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment