Update README.md with example of LazyGitConfig
Update README.md with gif example of LazyGitConfig
This commit is contained in:
10
README.md
10
README.md
@@ -42,3 +42,13 @@ And set up a mapping to call `:LazyGit`:
|
|||||||
" setup mapping to call :LazyGit
|
" setup mapping to call :LazyGit
|
||||||
nnoremap <silent> <leader>lg :LazyGit<CR>
|
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.
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
Reference in New Issue
Block a user