Merge pull request #134 from CyrusYip/patch-2

Leader key is backslash
pull/135/head
Igor Irianto 2 years ago committed by GitHub
commit 6ca2ff7662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -268,7 +268,7 @@ nnoremap <silent> <C-f> :Files<CR>
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 `<Leader>f`.
Again, since you will probably use this frequently, let's map it to a keyboard shortcut. I map mine to `<Leader>f`. The `<Leader>` key is mapped to `\` by default.
```
nnoremap <silent> <Leader>f :Rg<CR>

Loading…
Cancel
Save