View All Public Notes

Highlights

function vi ($File){$File = $File -replace “\\”, “/” -replace “ “, “\ “bash -c “vi $File”}Now every time you want to edit a file you can just run:vi filename
#poweshell #pwsh #vi #vim #terminal