DEV Community

Discussion on: Learning Vim in Quarantine - Part 1

Collapse
 
muhimen123 profile image
Muhimen

NerdTree is definitely the best available option so far. But I think I am okay without this because I don't need to work with multiple files that much. I use vim when I am doing competitive programming. Other than that, I use vscode.

Thread Thread
 
aminnairi profile image
Amin

I see, you definitely are right. Vim has a command called :Explore which acts as a little graphic file manager. You can also use :Sexplore for a vertical split. This can be a pretty good replacement for NerdTree if you do competitive programming.