Practical Vim, Second Edition
出版信息
Drew Neil / The Pragmatic Bookshelf / 2015-10-31 / USD 29.00
内容简介
Vim is a fast and efficient text editor that will make you a faster and more efficient developer. It’s available on almost every OS, and if you master the techniques in this book, you’ll never need another text editor. In more than 120 Vim tips, you’ll quickly learn the editor’s core functionality and tackle your trickiest editing and writing tasks. This beloved bestseller has been revised and updated to Vim 7.4 and includes three brand-new tips and five fully revised tips.
https://pragprog.com/book/dnvim2/practical-vim-second-edition
作者简介
Drew Neil is a programmer, trainer, and entrepreneur. He runs Studio Nelstrom, which specializes in making educational screencasts. At peertopeer.io he publishes live coding videos; at vimcasts.org he publishes articles and video tutorials about Vim.
目录
Acknowledgments
Foreword to the First Edition
Read Me
Read the Forgotten ManualForeword
1.The Vim Way
I. Modes
Normal Mode
Insert Mode
Visual Mode
Command-Line Mode
II. Files
Manage Multiple Files
Open Files and Save Them to Disk
III. Getting Around Faster
Navigate Inside Files with Motions
Navigate Between Files with Jumps excerpt
IV. Registers
Copy and Paste
Macros
V. Patterns
Matching Patterns and Literals
Search
Substitution excerpt
Global Commands
VI. Tools
Index and Navigate Source Code with ctags
Compile Code and Navigate Errors with the Quickfix List
Search Project-Wide with grep, vimgrep, and Others
Dial X for Autocompletion
Find and Fix Typos with Vim’s Spell Checker
A1.Customize Vim to Suit Your Preferences