开发者

Powershell Hotkey to Erase Current Line?

开发者 https://www.devze.com 2023-01-14 07:32 出处:网络
I would like to execute a hotkey that would erase the current line in the powershell sess开发者_如何学运维ion. Is such a thing possible? Esc works for meBesides using Esc to clear the whole line, you

I would like to execute a hotkey that would erase the current line in the powershell sess开发者_如何学运维ion. Is such a thing possible?


Esc works for me


Besides using Esc to clear the whole line, you can also use:

  • Ctrl+Home to erase from the current position back to the beginning, or

  • Ctrl+End to erase from the current position to the end.

0

精彩评论

暂无评论...
验证码 换一张
取 消