December 2014
Intermediate to advanced
424 pages
11h 20m
English
CHAPTER 15
![]()
Marks
When you start dealing with large project code bases, you’ll likely find that being able to navigate through all your files (and even within individual files that are quite lengthy) can become quite difficult. Vim provides multiple ways to solve this problem (for example, vimgrep and specific plug-ins such as CtrlP—which we’ll see in Chapter 17—for fuzzy searching), but what if you already know the type of contents certain files contain, but you want an easy way to get back to specific sections more easily than carrying out the same search over and over?
Browsers solved this particular problem a long time ago; the solution is ...
Read now
Unlock full access