- Mastering Vim
- Ruslan Osipov
- 57字
- 2021-06-10 18:51:29
Folds
One of the most powerful tools Vim provides for navigating large files is folds. Folds allow you to hide portions of the file, either based on some predefined rules or manual fold markers.
This is how animal_farm.py looks with some sections folded:
Method content is hidden, allowing you to view the code from a bird's-eye view.
推薦閱讀
- Android Jetpack開發:原理解析與應用實戰
- Game Programming Using Qt Beginner's Guide
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- Flink SQL與DataStream入門、進階與實戰
- The React Workshop
- Getting Started with Nano Server
- PrimeFaces Blueprints
- Oracle數據庫編程經典300例
- Puppet:Mastering Infrastructure Automation
- Mobile Forensics:Advanced Investigative Strategies
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Java 11 and 12:New Features
- 趣學數據結構
- Mastering VMware vSphere Storage
- Scala實用指南