Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9150027
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:33:28+00:00 2026-06-17T11:33:28+00:00

What is the best way/plugin to explore filesystem and to open files and directories?

  • 0

What is the best way/plugin to explore filesystem and to open files and directories?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T11:33:28+00:00Added an answer on June 17, 2026 at 11:33 am

    The best way to explore filesystem/directories in Vim is the one that best suits your needs. As it is phrased, this question can’t get an answer because there’s no “way” universally agreed upon.

    On the other hand, if you want to have an overview of the many ways to explore the filesystem in Vim then, yes, that is a question that can be answered. In a non-exhaustive way, though.

    NERDTree and netrw are already covered. These plugins show you a tree-like list of files and directories that you can act on. Before trying NERDTree, I’d suggest you try your hands on netrw as it comes with Vim by default and offers a much wider range of features than NERDTree. You should look around on http://www.vim.org because there are a bunch of similar plugins.

    On the opposite side of the spectrum, you have Vim’s own file handling capabilities. Here is a sample of commands you can use from Vim to open files:

    :e filename     edits filename
    :sp filename    edits filename in an horizontal split
    :vs filename    edits filename in a vertical split
    :tabe filename  edits filename in a new tab
    

    You have tab-completion, just like in the shell:

    :e <tab>        goes through all the directories/files in the working directory
    

    You can use wildcards, of course:

    :e **/*.js<tab> shows all the js files in the working directory and its subdirectories
    

    Assuming you have set wildmenu in your ~/.vimrc, you can make tab-completion even better with an horizontal menu which can be customized further…

    You can also use “args”… but that will be for another time.

    Somewhere between Vim’s default commands and netrw/NERDTree you can find a bunch of “fuzzy” and less fuzzy file openers more or less modeled after a feature introduced in TextMate a while ago: FuzzyFinder, LustyExplorer, Command-T, CtrlP and many other variations on the same theme. The core concept is to provide you with a list of choice that you narrow down by typing more characters in a prompt until the file ou want to edit is selected.

    If you decide you want to go down the plugin road, I’d suggest you visit http://www.vim.org, compare what’s there, try a few plugins and decide for yourself.

    Anyway, you should get used to the basics before looking for a plugin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the best way to debug a jquery plugin? When I open the
What's the best way to write a supybot plugin in ruby? Or other language
i was wondering what would be the best way to code a browser plugin
Using jQuery, what's the best way to automatically initialize a plugin on all current
I'm wondering the best way to separate my plugin's templates from the actual logic.
Wondering if there’s a plugin or best way of setting up an ActiveRecord class
I am developing a plugin and I'm trying to find the best way to
I'm interested in building something that requires a table sorting plugin. Best way to
Does anyone have any ideas what the best way to make a plugin system
Which is the best way/plugin/method to prevent users launching too many xhr request by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.