2020
12-02
12-02
如何在power shell添加vim实现代码示例
1、去Vim官网下载适合操作系统的可执行文件地址:https://www.vim.org/download.php#pc2、找到Vim文件夹中的vimrc文件进行修改,增加下面这4行。setencoding=utf-8settermencoding=utf-8setfileencoding=utf-8setfileencodings=ucs-bom,utf-8,chinese,cp9363、在C:\Windows\System32\WindowsPowerShell\v1.0目录下新建profile.ps1文件,复制下面的代码到profile.ps1文件中。#There'susuallymuchmorethanthisinmyprofi...
继续阅读 >