Uh oh!
There was an error while loading. Please reload this page.
What's the equivalent -Function to diw in vi mode
#4322
Replies: 1 comment
Set-PSReadLineKeyHandler-Chord ' , '-ViMode Command -ScriptBlock {
[Microsoft.PowerShell.PSConsoleReadLine]::ForwardChar()
[Microsoft.PowerShell.PSConsoleReadLine]::BackwardWord()
[Microsoft.PowerShell.PSConsoleReadLine]::DeleteWord()
} |
0 replies
Answer selected bysharpchen
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've tried to set a keymap to perform the same as
diw. I thought it should be-Function DeleteWordbut this does not behave the same.All reactions