logo
分类于: 编程语言 人工智能

简介

Practical Vim: Edit Text at the Speed of Thought

Practical Vim: Edit Text at the Speed of Thought 9.2分

资源最后更新于 2020-08-19 16:09:34

作者:Drew Neil

出版社:Pragmatic Bookshelf

出版日期:2012-01

ISBN:9781934356982

文件格式: pdf

标签: Vim vim 编辑器 计算机 编程 效率 programming 软件开发

简介· · · · · ·

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...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Foreword
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