Reputation: 126309
While browsing in Netrw, how do I change Netrw's browsing directory to Vim's current directory?
Typing cd changes Vim's current directory to Netrw's browsing directory, but I want the opposite.
cd
Upvotes: 0
Views: 782
Reputation: 2546
Type :e . in the netrw window to reset to your vim current directory.
:e .
netrw
Upvotes: 3