lf icon indicating copy to clipboard operation
lf copied to clipboard

Thoughts on navigating remote files?

Open ChausseBenjamin opened this issue 6 months ago • 0 comments

Vim has this brilliant feature with netrw which let's you navigate a remote filesystem. For example, you can from within vim type the following: :e scp://user@hostmachine/.config/ and it will open that directory with netrw inside vim. What are your thoughts on implementing something similar.

I personally replaced netrw with lf for 90% of my usecases inside vim.

ChausseBenjamin avatar Jan 25 '24 06:01 ChausseBenjamin