vim-netranger
vim-netranger copied to clipboard
Bookmarks for folders on rclone
Hi, I kept a bookmark to a remote share. It was to ~/vim/.netranger/computer/path When I go to it straight (not doing remotelist first), the files are treated as if they are local. Any chance to fix it?
I think this can be fixed later.
I don't think it's the case (at least in the newest version). Could you please elaborate on your problem? How do you enter the remote cache directory? What operations do you perform after entering the directory? What's the expected result of the operation? What's the real result.
Tested on last version now.
The bookmarks is to /Users/eyalkarni/.netranger/remote/compname/something
and named d
.
This is a linux ssh using rclone.
It works when I enter :NetrRemoteList and then follows the entire path.
If I just go 'd
, it doesn't work - meaning I get empty files.
I can't reproduce. Pressing 'd
I do go to the remote directory as a remote directory. What's your os/vim/rclone/vim-netranger version?
netranger - last version . nvim v0.5.0-295-g234232ff4 rclone v1.47.0
config:
[xxx]
type = sftp
host = xxxx
user = yyy
key_use_agent = true
use_insecure_cipher = false
The bookmark was created with a much earlier version. maybe this is the problem?