- 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.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Instant Node Package Manager
- JavaScript:Functional Programming for JavaScript Developers
- Mastering Ember.js
- PowerCLI Cookbook
- SEO實戰密碼
- Python:Master the Art of Design Patterns
- Getting Started with Laravel 4
- Unity 3D/2D移動開發實戰教程
- 軟件工程基礎與實訓教程
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- 監控的藝術:云原生時代的監控框架
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- 計算機組裝與維護(第二版)
- Android開發進階實戰:拓展與提升