Row compression requires the creation of a dictionary which stores a mapping between repetitive patterns or entries and numeric keys.
行压缩要求创建一个词典,它存储重复的模式或条目与数字键之间的映射。
A productive way to get started is to take a mental step back as you edit and watch for repetitive patterns of usage that might be suitably automated using Vim's event-handling mechanisms.