a-gm001-max

關於我

開發者資訊
名稱 a-gm001-max
加入日期 Aug. 22, 2026
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

我所發表的評論

External Editor Revived

評分: 5 / 5 顆星

gvim for windows is also available without unix like shell nor terminal emulators by powershell.
Set manifest json file and registry according to https://github.com/Frederick888/external-editor-revived/wiki/Windows

#Editor
custom

#Shell
C:/Windows/System32/WindowsPowerShell/v1.0/powershell.exe
(fullpath of power shell, use '/' slash not '\' backslash

#command template
fullpath-of-gvim.exe "/path/to/temp.eml"
{fullpath-of-gvim.exe: use '/' slash not '\' backslash (c:/program files/......) or use '\\' escaped backslash (c:\\program files\\......).

https://github.com/Frederick888/external-editor-revived/discussions/78#discussioncomment-17952011