Windows 添加 Vim 到右鍵菜單
將以下代碼保存為文件 xxx.reg,運行。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\vim]
@="Edit with Vim"
"icon"="\"D:\\Vim\\gvim.exe\""
[HKEY_CLASSES_ROOT\*\shell\vim\command]
@="\"D:\\Vim\\gvim.exe\" \"%1\""
將以下代碼保存為文件 xxx.reg,運行。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\vim]
@="Edit with Vim"
"icon"="\"D:\\Vim\\gvim.exe\""
[HKEY_CLASSES_ROOT\*\shell\vim\command]
@="\"D:\\Vim\\gvim.exe\" \"%1\""