4

I've been using Vim for a while now and I'm trying out Visual Studio Code. One thing I have been missing a lot is the ability to navigate between files in the way that vim-vinegar enables.

Using this plugin in Vim, I can press - and be taken into a file browser, starting in the directory that the current file is in. Selecting a file opens it, and pressing - again traverses up a directory level.

Is there anything like this for VS Code?

Gama11
  • 31,714
  • 9
  • 78
  • 100
Joe Lencioni
  • 10,231
  • 18
  • 55
  • 66

1 Answers1

2

I think this can mostly be achieved by using breadcrumbs. Here's some configuration that gets things pretty close.

Joe Lencioni
  • 10,231
  • 18
  • 55
  • 66
  • 1
    Thanks for figuring this out. Still a far cry from actual vinegar, but a great improvement after 2 minutes of tweaking settings! – Matt Greer Dec 30 '19 at 18:04