Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aont/85d32edcccad6319ff1766f55c9ab1f3 to your computer and use it in GitHub Desktop.
Save aont/85d32edcccad6319ff1766f55c9ab1f3 to your computer and use it in GitHub Desktop.
Import-Module PSReadLine
Set-PSReadlineOption -EditMode Emacs
Set-PSReadLineKeyHandler -Key Ctrl+d -Function DeleteChar
Set-PSReadLineKeyHandler -Chord Ctrl+LeftArrow BackwardWord
Set-PSReadLineKeyHandler -Chord Ctrl+RightArrow ForwardWord
Set-Alias -Name curl -Value ${Env:windir}\system32\curl.exe -O AllScope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment