preservim / nerdtree

A tree explorer plugin for vim.
Do What The F*ck You Want To Public License
19.56k stars 1.44k forks source link

Option to press <enter> to open new tab, not new buffer #1296

Closed ForteDexe closed 11 months ago

ForteDexe commented 2 years ago

Description

I did try a few workarounds, but it doesnt help.

LSChyi commented 2 years ago

Hi, I think you are looking for this setting. Try:

let NERDTreeCustomOpenArgs={'file': {'reuse': 'all', 'where': 't'}, 'dir': {}}