From dc9a71caec4eed5454a7994abe3345a894f76870 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 26 Nov 2021 10:59:11 -0800 Subject: [PATCH] updated nerdtree toggle --- nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index 914ec57b..f7992693 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -26,7 +26,7 @@ Plug 'itchyny/lightline.vim' call plug#end() "Toggle NerdTree with Ctrl + l -nmap :NERDTreeToggle +nmap :NERDTreeToggle " Start NERDTree. If a file is specified, move the cursor to its window. autocmd StdinReadPre * let s:std_in=1