Update heading code syntax

pull/67/head
Igor Irianto 3 years ago
parent ba8fed1471
commit 9502a012c1

@ -297,7 +297,7 @@ nnoremap <silent> <Leader>h: :History:<CR>
nnoremap <silent> <Leader>h/ :History/<CR>
```
## Replacing `grep` With `rg`
## Replacing Grep With Rg
As mentioned earlier, Vim has two ways to search in files: `:vim` and `:grep`. `:grep` uses external search tool that you can reassign using the `grepprg` keyword. I will show you how to configure Vim to use ripgrep instead of terminal grep when running the `:grep` command.

Loading…
Cancel
Save