From f9941b85c2a921850fd868c56f296fcd1728170e Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Wed, 8 Apr 2020 14:12:41 -0600 Subject: [PATCH] Update README.md with example of LazyGitConfig Update README.md with gif example of LazyGitConfig --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)