From 1657883c519d193f51dfe8d7a89b552aeca055fa Mon Sep 17 00:00:00 2001 From: Guillaume Loetscher Date: Tue, 1 Aug 2023 11:44:00 +0200 Subject: [PATCH] Vimrc is covered now in chapter 22, fixing the chapter number. --- ch00_read_this_first.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch00_read_this_first.md b/ch00_read_this_first.md index 583fcdd..6dbf885 100644 --- a/ch00_read_this_first.md +++ b/ch00_read_this_first.md @@ -65,7 +65,7 @@ Vim commands can be abbreviated. For example, `:join` can be abbreviated as `:j` At various points in the guide, I will refer to vimrc options. If you're new to Vim, a vimrc is like a config file. -Vimrc won't be covered until chapter 21. For the sake of clarity, I will show briefly here how to set it up. +Vimrc won't be covered until chapter 22. For the sake of clarity, I will show briefly here how to set it up. Suppose you need to set the number options (`set number`). If you don't have a vimrc already, create one. It is usually placed in your home directory and named `.vimrc`. Depending on your OS, the location may differ. In macOS, I have it on `~/.vimrc`. To see where you should put yours, check out `:h vimrc`.