Created
March 22, 2019 10:28
-
-
Save westerdaled/906547bb542092f011d2323793fcb325 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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