- Mastering Vim
- Ruslan Osipov
- 165字
- 2021-06-10 18:51:27
Advanced Editing and Navigation
Throughout this chapter, you will get a lot more comfortable using Vim in your day-to-day tasks. You will be working with a Python code base, which should provide you with a set of real-life scenarios for working with code. If you have a project of your own handy, you can choose to try out the lessons taught in this chapter using your own project files; however, you might find that not every scenario applies to your code base.
The following topics will be covered in this chapter:
- A quick-and-dirty way of installing Vim plugins
- Keeping your workspace organized when working with multiple or long files using buffers, windows, tabs, and folds
- Navigating complex file trees without leaving Vim with Netrw, NERDTree, Vinegar, or CtrlP
- Advanced navigation throughout a file, and covering more types of text objects: using grep and ack to look for things across files, and EasyMotion, a lightning fast movement plugin
- Copying and pasting with the power of registers
推薦閱讀
- Bootstrap Site Blueprints Volume II
- Mobile Application Development:JavaScript Frameworks
- 工程軟件開發技術基礎
- SQL for Data Analytics
- INSTANT Sencha Touch
- C語言程序設計
- Mastering LibGDX Game Development
- Mastering KnockoutJS
- Python算法從菜鳥到達人
- Frank Kane's Taming Big Data with Apache Spark and Python
- Azure Serverless Computing Cookbook
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Practical Microservices
- Mastering Android Studio 3
- Angular Design Patterns