From 62224c11dcc372f29f154f655c9df5f37667c4a6 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sun, 12 Apr 2020 04:24:07 -0600 Subject: [PATCH] Make mapleader in MINRC --- tests/MINRC | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/MINRC b/tests/MINRC index 73cdf2e..aaf2106 100644 --- a/tests/MINRC +++ b/tests/MINRC @@ -16,6 +16,7 @@ Plug '~/gitrepos/lazygit.vim' " Initialize plugin system call plug#end() +let mapleader = " " nnoremap lg :LazyGit " Save the above to a file `MINRC`, and run `nvim -u MINRC` and type `lg` in normal mode.