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 8824201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:33:07+00:00 2026-06-14T06:33:07+00:00

Is it possible to do searching in NERDTree window by the filenames and file

  • 0

Is it possible to do searching in NERDTree window by the filenames and file content?

  • 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-14T06:33:09+00:00Added an answer on June 14, 2026 at 6:33 am

    You can do /foo like in any other normal Vim window but you are limited to the text currently displayed in NERDTree: you cannot search non-expanded subdirectories or non-listed files.

    Assuming you are at the root of your project, you can do the following to search the word foo in JavaScript files across your project:

    :vim foo **/*.js | copen
    

    Or the following if the “working directory” (:pwd) is not the root of your project:

    :vim foo /path/to/project/**/* | copen
    

    Note the ** (:help starstar) that makes the search recursive.

    If you want to open app/views/foobar.php for editing, you can do:

    :e **/foo<tab>
    

    Well, there are many ways.

    Accessing files/buffers or searching across a project are relatively straightforward with native commands but there are quite a lot of third party plugins to make it even faster and easier. Ctrl+P is my favorite file/buffer finder plugin but you should get comfortable with the basics before turning to plugins.

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

Sidebar

Related Questions

Possible Duplicate: Searching a log file Where I can either enter a binary file
Possible Duplicate: Include PHP inside javascript (.js) file I have been searching for a
Searching for possible ways to get cookie with httpOnly enabled, I cannot find any.
I'm searching if it's possible to build the same Linux Kerneltwice (same sources, same
I was searching if there is possible to change global size of all components
Possible Duplicate: Subclassing UIView to draw in Quartz Hello i am searching good example
After searching I dd not find anything about glassfish3.1 and CORS Is it possible
I need to store IP address in the most compact way possible, searching is
I have really put efforts in searching for possible answers here and on Google.
Possible Duplicate: Transliteration in ruby I am searching for a simple way to convert

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.