From f2c76987a08444cf7c750464b9c0c36b60fd46be Mon Sep 17 00:00:00 2001 From: Cyrus Yip <60951091+CyrusYip@users.noreply.github.com> Date: Fri, 14 Jan 2022 12:30:01 +0800 Subject: [PATCH] Leader key is backslash --- ch03_searching_files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03_searching_files.md b/ch03_searching_files.md index d6f2d80..86fa294 100644 --- a/ch03_searching_files.md +++ b/ch03_searching_files.md @@ -268,7 +268,7 @@ nnoremap :Files To search inside files, you can use the `:Rg` command. -Again, since you will probably use this frequently, let's map it to a keyboard shortcut. I map mine to `f`. +Again, since you will probably use this frequently, let's map it to a keyboard shortcut. I map mine to `f`. The `` key is mapped to `\` by default. ``` nnoremap f :Rg