Practical Vim | PDF下载|ePub下载
出版社: 人民邮电出版社
原作名: Cracking the coding interview:150 programming questions and solutions,fifth edition
译者:李琳骁/漆犇
出版年: 2013-11
页数: 372
定价: 59.00元
装帧: 平装
ISBN: 9787115332912
内容简介 · · · · · ·
Vim, a vast improvement over its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages.
Learn how to edit text the “Vim way”: complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files.
Discover the “very magic” switch, which makes Vim’s regular expression syntax more like Perl’s. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim’s substitute command on the result set for a project-wide search and replace. All without installing a single plugin!
You’ll learn how to navigate text documents as fast as the eye moves—with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim’s jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it’s told.
Practical Vim will show you new ways to work with Vim more efficiently, whether you’re a beginner or an intermediate Vim user.
All this, without having to touch the mouse.
作者简介 · · · · · ·
Drew Neil is an independent programmer, writer, and trainer. He runs workshops around the world, speaks regularly at conferences, and specializes in making educational screencasts. At vimcasts.org, he publishes articles and video tutorials about Vim.
目录 · · · · · ·
Introduction
The Vim Way
Modes
Normal Mode
Insert Mode
Visual Mode
Command-Line Mode
Files
Manage Multiple Files
Open Files and Save Them to Disk
Getting Around Faster
Navigate Inside Files with Motions
Navigate Between Files with Jumps
Registers
Copy and Paste
Macros
Patterns
Matching Patterns and Literals
Search
Substitution
Global Commands
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
Customize Vim to Suit Your Preferences
· · · · · ·
发表回复
要发表评论,您必须先登录。