mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 08:18:31 +00:00
Add closing bracket for img html tag on ch 3
This commit is contained in:
parent
2a975e8d16
commit
eb8dcc70e7
1 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ You can mix and match these options. For example, `^hello | ^welcome friends$` w
|
|||
To search for files inside Vim using FZF.vim plugin, you can use the `:Files` method. Run `:Files` from Vim and you will be prompted with FZF search prompt.
|
||||
|
||||
<p align="center">
|
||||
<img alt="Finding files in FZF" width="900" height="auto" src="./img/fzf-files.gif">
|
||||
<img alt="Finding files in FZF" width="900" height="auto" src="./img/fzf-files.gif" />
|
||||
</p>
|
||||
|
||||
|
||||
|
@ -265,7 +265,7 @@ nnoremap <silent> <C-f> :Files<CR>
|
|||
To search inside files, you can use the `:Rg` command.
|
||||
|
||||
<p align="center">
|
||||
<img alt="FInding in Files in FZF" width="900" height="auto" src="./img/fzf-in-files.gif">
|
||||
<img alt="FInding in Files in FZF" width="900" height="auto" src="./img/fzf-in-files.gif"/>
|
||||
</p>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue