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