zhuang@linux:~/categories/vim/$ grep -R
@Vim
3 matching pages.
-
Practical Vim
Notes from reading Practical Vim. The goal is to extract durable Vim habits, not copy the book.
-
Chapter 2: Normal Mode
Normal mode is where editing commands become composable. Questions to answer while reading: Which commands should become muscle memory? …
-
Chapter 1: The Vim Way
The first idea to keep: Vim rewards repeatable edits. Instead of thinking only about inserting text, think about composing operations: …