Painless Vim
Painless Vim
A Sane Person's Guide to the World's Most Powerful Editor
About the Book
As I use Painless Vim, I feel like your are there learning with me rather than standing on the other side of my desk spouting information at me. Your style is very readable and that counts for so much, especially when covering a complex tool such as Vim... What I want and have found in Painless Vim is learning that is fun. --Andy Staab
Painless Vim [is] an excellent way to get acquainted with a very powerful editor. It also now includes a very well-designed and quick-to-scan cheat sheet. It’s one of the most helpful I’ve seen.—Brett Terpstra
Everything You Always Wanted to Know About Vim (But Were Afraid to Ask) #painlessvim by @PogiNate
— Gábor (@gaborpro) June 11, 2014
Painless Vim is written by a professional developer who tried to learn vim a number of times before it finally stuck. I kept falling into the same cycle: I'd read a wide a array of books, online tutorials, print-outs, go through all their steps, and in the end get almost nowhere. Then I'd quietly go back to my editor of choice until next time I decided to try it out.
It wasn't until I started abusing the patience of a fellow developer who was a few months ahead of me on the vim learning curve that I came to finally understand how much power vim actually has to offer. He didn't try to tell me that I had to do everything "the vim way" or even that I had to give up my favorite editor. Instead he quietly and kindly gave me pointers that I could understand, advice I could appreciate, and encouragement to keep trying. With his help I was surprised how quickly I got comfortable with vim, and how much faster I've been ever since.
And now I want to pass that kind of learning along. Painless Vim starts with the understanding that you're an intelligent, busy person who has to get actual work done along with learning a new text editor. This book is designed to help you get comfortable with vim incrementally, without demanding that you toss your mouse out the window and disable all the keyboard shortcuts you've learned over the years. The goal is to introduce you to the 20% of vim that you'll use most often first, and give you pointers to the 80% you'll use less often when you're ready to explore.
Painless Vim is also designed to be short, easy to read, and inexpensive, so you can learn quickly and painlessly if vim is for you, without slogging through 500 pages or shelling out a ton of money just to go back to your editor of choice. I think you'll like this book, and I think that before too long you'll find that using vim is actually fun and that learning it was, well, painless.
Bundles that include this book
Table of Contents
-
Preface
- Why? Why This?
- I’m a Stranger Here, Myself
-
Introduction
- Why Learn Vim
- What This Book Is
- What This Book Isn’t
- Who am I?
- References
- Sample Documents
- The Obligatory “Conventions Used in This Book” Section
-
1. Get In, Get Out, Get Comfortable
- Line numbers and Moving Around
-
2. Moving Around in Vim: Baby Steps
- Zoom!
-
3. Your
.vimrc
File And You- I Was Promised Color Schemes!
- Using Keymaps to Get Unlost
- 4. Interlude: The Joy of a Good Cheat Sheet
- 5. Moving Around in Vim: Grown Up Steps
-
6. Operators 1: Changing Letters and Lines
- Operators Alone: Changing Single Characters
- Operating on a Line
- Single Caps vs. Double Taps
-
How to Instantly Make Your Life Easier with
cc
(orC
)
-
7. Doing Things More Than Once
- Using Counts
- Using Text Objects
- Behold The All-Powerful Dot
-
8. Moving Around in Vim: Dance Steps
- Words and WORDS
- Inner and All
- Move by Counting
- (Book)marks
-
9. Modes at Last
- What Modes Are
- What is Normal, Anyway?
-
--INSERT--
Means You Are Free to Type Normally. - Command Mode: The One You’ve Been Secretly Using all This Time.
- Visual Mode: Marking Text
- …And all the Rest
-
10. Plugins
- What a Plugin Is
- Plugins the Hard Way
- And Now, the Easy Way
- Nate’s Favorite Plugins
-
11. Operators: Moving and Changing at the Same Time
- Move-and-Edit Commands; or “Vim Commands 202”
- 12. Interlude: How to Back Off Without Giving Up
-
13. Registers: Clipboards as Far as the Eye Can See
- Say Hi to the Named Registers
- Little Changes, Big Changes
- Really Actually Deleting Stuff
-
14. Text Origami.
:h folding
- Okay, But How Do I Fold Things?
-
15. Searching and (More Importantly) Finding
-
Whole File Searches:
/
and?
-
Find Me Another One of These:
*
and#
-
Line Searching:
t/T
andf/F
- R…R…Regular Expressions?!?
-
Whole File Searches:
-
16. Using Vim’s Help System
- Getting the Help You Need
- Relatively Shallow Secrets of the Help System
- 17. Doing Things at Vim Speed
-
18. Mapping Keys
- All the Key map Commands
-
Take me to your
<Leader>
Key! - What not to map
- What to Map
-
<Plug>
- Recursive Mappings, and How to Avoid Them
-
19. Fancy Insert Mode Tricks
-
<ctrl>x
Adventures -
<ctrl>r
Funtimes - Completions!
-
-
20. Vim Windows Are Not Microsoft Windows
-
Opening and Closing Windows
:h opening-window
-
Window Commands begin with
<ctrl>w
-
Moving Between Windows
:h window-move-cursor
-
Resizing Windows
h: window-resize
-
Moving Windows Around
:h window-moving
-
Opening and Closing Windows
-
21. Tab Pages Are Not Browser Tabs
-
How To Use Tab Pages
:h tabpage
-
How To Use Tab Pages
-
22. Interlude: Reviewing Views
- Files
- Windows
- Tabs
-
23. How Vim Thinks
- You Don’t Edit Files, you Edit Buffers
- Updating Vim
-
24. Visual (Mode) Basics
:h visual-mode
-
Characterwise Visual Mode
:h characterwise-visual
-
Linewise Visual Mode
:h linewise-visual
-
Blockwise Visual Mode
:h blockwise-visual
- Common Visual Mode Commands
-
Characterwise Visual Mode
-
25. Vim GUIs
- Setting Expectations, Then Setting Some Settings
-
Setting the Font in
gvim
-
26. Menus Everywhere!
:h menus
- Adding a Menu
- Keeping Things In Order
- Making the Menu Come to You
- Linux and Windows
- MacVim is a Special Snowflake!
-
27. Literary Vim: Writing Prose in Vim
- Setting up the a Writing Workflow
- Writer-Friendly Vim Settings
- Spreading the Word: How to Get Your Message Out Into the World
- More Formats! I Need More Formats!
- 28. Conclusion
-
Appendix 1: Links to References
- Color Scheme References
- Cheat Sheets
- Great Books on vim
- Great Sites to Learn more Vim
- More About Expressions
- Bundle Managers
-
Appendix 2: Quick Reference Charts
- Motions
- Commands
- Text Objects
- Registers
- Folding
- Menus
- Tab Commands
-
Appendix 3: Sample
.vimrc
files -
About This Book
- About the Text
- About the cover
- Special Thanks
- Notes
Other books by this author
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them