If I browse to a folder in VIFM, is there a way to open a nautilus window from that location? I'm interested in this so I can use point-and-click drag and dropping features of nautilus in certain contexts (vifm is the most efficient way to find a location, but it isn't necessarily the most efficient way to manipulate files/folders within that location, or so it seems to me).
Asked
Active
Viewed 146 times
nnoremap ,e :!nautilus .<cr>
. It's a bit faster if it's a common task. – xaizek Oct 05 '14 at 20:28