主頁 > 知識庫 > 如何在power shell添加vim實(shí)現(xiàn)代碼示例

如何在power shell添加vim實(shí)現(xiàn)代碼示例

熱門標(biāo)簽:海外工廠地圖標(biāo)注 宿州外呼系統(tǒng)公司 株洲電銷 南昌外呼系統(tǒng)定制 南充電銷外呼系統(tǒng) 貴陽網(wǎng)絡(luò)外呼系統(tǒng)軟件 地圖標(biāo)注小程序 陜西辦理400電話 信陽電銷外呼系統(tǒng)怎么樣

1、去Vim官網(wǎng)下載適合操作系統(tǒng)的可執(zhí)行文件

地址:https://www.vim.org/download.php#pc

2、找到Vim文件夾中的vimrc文件進(jìn)行修改,增加下面這4行。

set encoding=utf-8
set termencoding=utf-8
set fileencoding=utf-8
set fileencodings=ucs-bom,utf-8,chinese,cp936

3、在C:\Windows\System32\WindowsPowerShell\v1.0目錄下新建profile.ps1文件,復(fù)制下面的代碼到profile.ps1文件中。

# There's usually much more than this in my profile!
$SCRIPTPATH = "C:\Program Files (x86)\Vim"
$VIMPATH = $SCRIPTPATH + "\vim80\vim.exe"
 
Set-Alias vi $VIMPATH
Set-Alias vim $VIMPATH
 
# for editing your PowerShell profile
Function Edit-Profile
{
vim $profile
}
 
# for editing your Vim settings
Function Edit-Vimrc
{
vim $home\_vimrc
}

4、重啟Shell,執(zhí)行Set-ExecutionPolicy RemoteSigned命令修改模式就可以了。

Set-ExecutionPolicy RemoteSigned

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

標(biāo)簽:拉薩 三明 開封 晉城 玉林 汕頭 石嘴山 鄭州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《如何在power shell添加vim實(shí)現(xiàn)代碼示例》,本文關(guān)鍵詞  如,何在,power,shell,添加,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《如何在power shell添加vim實(shí)現(xiàn)代碼示例》相關(guān)的同類信息!
  • 本頁收集關(guān)于如何在power shell添加vim實(shí)現(xiàn)代碼示例的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章