stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.83k stars 109 forks source link

Question: how to open oil ssh inside already opened nvim? #389

Closed xzbdmw closed 4 months ago

slavamak commented 4 months ago

@xzbdmw just type in command mode :e oil-ssh://user@host/ or :Oil oil-ssh://user@host/

xzbdmw commented 4 months ago

Thank you