Vim is a very powerful editor, which can be used together with NERDTree to easily open files, find files and other operations. However, it is not convenient to create new files and delete files.
Vim has a simple command line function and can perform touch/rm operations.
Is there any way to do this in NERDTree?C
When reaching a certain directory, vim’s terminal can also automaticallycd
To this directory, then when using vim command line to create and delete files, there is no need to write a long path.
Thank you for your answer, let me find that I asked such a questionSB
The problem of
-_-