Update README.md with example of LazyGitConfig

Update README.md with gif example of LazyGitConfig
This commit is contained in:
Dheepak Krishnamurthy
2020-04-08 14:12:41 -06:00
parent 2b6117a75d
commit f9941b85c2

View File

@@ -42,3 +42,13 @@ And set up a mapping to call `:LazyGit`:
" setup mapping to call :LazyGit
nnoremap <silent> <leader>lg :LazyGit<CR>
```
Open the configuration file for `lazygit` directly from vim.
```vim
:LazyGitConfig<CR>
```
If the file does not exist it'll load the defaults for you.
![](https://user-images.githubusercontent.com/1813121/78830902-46721580-79d8-11ea-8809-291b346b6c42.gif)