diff --git a/README.md b/README.md index 4193260..e3271e3 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,13 @@ And set up a mapping to call `:LazyGit`: " setup mapping to call :LazyGit nnoremap lg :LazyGit ``` + +Open the configuration file for `lazygit` directly from vim. + +```vim +:LazyGitConfig +``` + +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)