WinSCP Call WSL Application as Editor
I've been trying for a few hours to figure out how to use Neovim (for example) from within WSL via the external editor features in WinSCP.
Does anyone have a method to get this working?
So far I've tried:
With the script:
I've also tried:
and
and
etc...
Does anyone have a method to get this working?
So far I've tried:
powershell.exe -ExecutionPolicy Bypass "C:\tools\ps_wsl_nvim.ps1" !.!
& "wsl.exe nvim --server localhost:6666 --remote"
wsl.exe nvim --server localhost:6666 --remote !.!
<wslpath>wsl.exe nvim --server localhost:6666 --remote !.!
powershell.exe -ExecutionPolicy Bypass "wsl.exe nvim --server localhost:6666 --remote" /mnt/c/!.!
Last edited by Kacy_Stocks on 2024-10-17 23:03; edited 1 time in total