Ctrl-P plug-in allows us to open files with fuzzy names or regular expression matches. It boosts my productivity at lot! I am glad to know about this plug-in and I would like to share my experience with you.
Tag | vim
-
-
Trace Source Code with Vim and Ctags
-
Vim Vundle
In the past, I didn't like to install the Vim plug-ins or new syntax highlight because all of the files were messed up in the
.vim
directory which makes it difficult to uninstall a plug-in.Recently, I have come across with Vim Vundle. It is a vim plug-in manager which …