Book Image

Hacking Vim 7.2

By : Kim Schulz
Book Image

Hacking Vim 7.2

By: Kim Schulz

Overview of this book

<p>Vim is one of the most powerful open-source editors used by programmers and system administrators around the world. While Vim itself is inherently a powerful editor, personalizing it to suit your needs can be a daunting task. However, it is possible to do so with the help of this book.<br /><br />This book contains examples that cover everything from personalizing Vim according to the your work cycle to optimizations that will boost the your productivity. The main focus of this book is to make your life, as a Vim user, easier.<br /><br />Each chapter deals with a different aspect, and provides recipes for easy-to-use hacks to customize and simplify your Vim experience. After an introduction covering the derivation of Vim and its relatives from the vi editor, the author explains basic changes that you can make to the appearance of the Vim editor. Further chapters cover improved navigation through files and buffers in Vim; speeding up your work with templates, auto-completion, folding, sessions, and registers; and formatting text and code, including using external formatting scripts. The final comprehensive chapter covers everything about using Vim scripts and scripting to extend functionality.<br /><br />This book is written for Vim 7.2, the latest stable version. This latest version of Vim includes many new features like spell-checking, code completion, document tabs, current line and column highlighting, undo branches, and much more.</p>
Table of Contents (15 chapters)
Hacking Vim 7.2
Credits
About the Author
About the Reviewers
Preface
Index

Vim is charityware


Bram Moolenaar, the developer of the Vim editor, has chosen to release Vim under a so called charityware license. What this means is that you can copy Vim as much as you like, but in exchange you are encouraged to make donations to a charity.

You can read more about the project if you open Vim and execute the command:

:help uganda

You can also get more information about how you can sponsor the Vim project if you go to the website http://www.vim.org/sponsor/.

As a Vim sponsor, you will get to vote for new features that should be implemented in Vim. So, besides supporting a good cause, you will also get some say on how Vim will evolve in the future.