Skip to content

Instantly share code, notes, and snippets.

@westerdaled
Created March 22, 2019 10:28
Show Gist options
  • Save westerdaled/906547bb542092f011d2323793fcb325 to your computer and use it in GitHub Desktop.
Save westerdaled/906547bb542092f011d2323793fcb325 to your computer and use it in GitHub Desktop.
if ($env:TERM_PROGRAM -eq "vscode") {
Set-PSReadLineKeyHandler -Chord 'Ctrl+w' -Function BackwardKillWord
Set-PSReadLineKeyHandler -Chord 'Alt+D' -Function KillWord
Set-PSReadLineKeyHandler -Chord 'Ctrl+@' -Function MenuComplete
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment