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

Appendix A. Vim Can Do Everything

It was once said that Vim can do everything. This might not be entirely true, but Vim can surely do a lot of different things that you might not have imagined it can.

In this appendix, we will take a look at some of the things that Vim users have made it do via Vim scripting or by combining it with other programs.

This appendix will take you through everything from games and mail clients, to IRC chatting and complete development IDE setups—all done in Vim.