DEV Community

Discussion on: How I Vim

Collapse
 
delbetu profile image
M Bellucci • Edited

I have three tips for you.

Combine vim with git by mapping your most common commands and of course use fugitive plugin

Use fuzzy search for finding files and exploring content—> search for vim fzf plug-in

Map a command to run the current tests you are working on.

These three things made my development flow super fast