Per Thulin wrote:
> Hello fellow vim users!
> [snip]
> 2. Have one Vim instance and use :Ex to navigate the file system. The
> biggest problem with this setup though is that when I've navigated to
> a different folder, I can't use :e to open a new file in this same
> folder because the working directory that :e looks at isn't affected.
>   
[snip]

Try putting

  let g:netrw_keepdir= 0

in your .vimrc before using :Explore (I do).  The reason for the 
behavior -- its what the v6 file explorer did, not that I'm particularly 
enamored of it.

Regards,
Chip Campbell

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to