How to open a folder with vim's nerdtree?
迷茫
迷茫 2017-05-16 16:40:30
0
1
556

I opened the folder by pressing the :e path in the nerdtree window

But then a problem occurred
After jumping to that folder, the files opened with o will appear directly on nerdtree instead of the default editing window, and the opened files will not be displayed on MiniBufExplorer. How to solve this?

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
phpcn_u1582

Your problem description is not very clear.
My personal usage of nerdtree is as follows:
Map the NERDTreeToggle command to a key, then press to turn NERDTree on or off;
After opening NERDTree, use j and k to scroll up and down to select a file or folder. After selecting the appropriate file, just press Enter and the file will be opened in the editing area on the right. If a folder is selected, NERDTree will automatically expand the folder;
I don't know if it will be helpful to you?
By the way, I didn’t use MiniBufExplorer

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!