在Vim';s NERDTree,有没有办法使用空格键或tab键打开文件/dir?

在Vim';s NERDTree,有没有办法使用空格键或tab键打开文件/dir?,vim,nerdtree,Vim,Nerdtree,当前打开光标下当前文件或目录的唯一方法是键入o。有没有办法也将其映射到空间或选项卡?让NERDTreeMapActivateNode='' let NERDTreeMapActivateNode='<space>' 应该行得通。有关更多信息,请参见:h NERDTreeMappings

当前打开光标下当前文件或目录的唯一方法是键入
o
。有没有办法也将其映射到空间或选项卡?

让NERDTreeMapActivateNode=''
let NERDTreeMapActivateNode='<space>'
应该行得通。有关更多信息,请参见
:h NERDTreeMappings