In netrw, first I choose the file with mf, then select the target directory (not entering into it) with mt and finally press mm. The move is not successful and this error appears: **error** (netrw) tried using g:netrw_localmovecmd<mv>; it doesn't work!
I'm using linux and g:netrw_localmovecmd is set to mv.
> :echo executable("mv")
That returns a 1.
> * check your path
'which mv' return /usr/bin/mv
> * check your shell
Currently using zsh. Tried changing it to bash (chsh, logout, login) and still I get the same error.
> * do you have permission to execute?
I have write permissions on the files that I want to move and /usr/bin/mv is owned by root but everybody has permission to execute.