Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| computers:powershell [2021/11/26 15:22] – localadmin | computers:powershell [2021/11/26 16:36] (current) – [Using vim as your editor in the command line] localadmin | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| ===== Using vim as your editor in the command line ===== | ===== Using vim as your editor in the command line ===== | ||
| + | |||
| + | https:// | ||
| Install the windows vim application | Install the windows vim application | ||
| Line 16: | Line 18: | ||
| New-Alias -Name vi -Value ' | New-Alias -Name vi -Value ' | ||
| </ | </ | ||
| + | |||
| + | More on profile locations - https:// | ||
| Restart your session for the changes to take effect. | Restart your session for the changes to take effect. | ||