From 4405d5316fe512a1c4486d2985385a4fc82764e3 Mon Sep 17 00:00:00 2001 From: don philipe Date: Thu, 26 Oct 2023 12:50:57 +0200 Subject: [PATCH] Command alias for nerd tree toggeling --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 2d67224..ae22c00 100644 --- a/.vimrc +++ b/.vimrc @@ -115,8 +115,8 @@ Plug 'alfredodeza/coveragepy.vim' call plug#end() -" ,nn will toggle NERDTree on and off -"nmap n :NERDTreeToggle +" Set alias command for toggeling nerd tree +command NT NERDTreeTabsToggle " special configuration: