From 407143e8420f4cc55ee355401bb33ed1ecec4629 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sat, 6 Aug 2022 14:55:45 +0300 Subject: [PATCH] fix --- sub/vim/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/sub/vim/vimrc b/sub/vim/vimrc index b8b749d..4d7eef3 100644 --- a/sub/vim/vimrc +++ b/sub/vim/vimrc @@ -68,7 +68,6 @@ autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTr " Close the tab if NERDTree is the only window remaining in it. autocmd BufEnter * if winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif -let g:NERDTreeCustomOpenArgs={'file':{'where': 't'}} let g:NERDTreeMapActivateNode='l' set ttimeoutlen=0 "Понижаем задержку ввода escape последовательностей