In bash, I often use the underline highlight shortcut:
subl somedir/file.sh
./(escape underscore)
Fills the last item from the last line, for example:
./(escape underscore)
It becomes:
./somedir/file.sh
Is there any way to set this in powershell?
(I am using Powershell 5.1, ConEmu and PSReadLine and PCSX)
source
share