Make directory & cd into (efficient method)
One the most common task you might do is something like:-
Fastest Fuzzy Finder for Vim / Neovim
When I started to use Vim I needed a fast way to go between files by hitting Ctrl+P and typing the file name just like in Sublime Text, Text Mate or any other text editor. Then I found ctrlp plugin for vim which was ok. The main problem I had with ctrlp was speed. At my full time job I am working with a code base that contains 20,000+ files and it was very frustrating every-time I had to go to a file. Even the caching did not help much. And some of the time the search result it returned was not matching the file (most probably due to very similar file naming).
Newer
Older