Replies: 1 comment
-
Set-PSReadLineKeyHandler -Chord ' , ' -ViMode Command -ScriptBlock {
[Microsoft.PowerShell.PSConsoleReadLine]::ForwardChar()
[Microsoft.PowerShell.PSConsoleReadLine]::BackwardWord()
[Microsoft.PowerShell.PSConsoleReadLine]::DeleteWord()
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sharpchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried to set a keymap to perform the same as
diw
. I thought it should be-Function DeleteWord
but this does not behave the same.Beta Was this translation helpful? Give feedback.
All reactions