a-gm001-max

自己紹介

開発者情報
タイトル a-gm001-max
ユーザー登録日 8月 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