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 последовательностей