开发者

In Vim's NERDTree, is there a way to open a file/dir using the space key or tab key?

开发者 https://www.devze.com 2023-04-06 15:00 出处:网络
Currently the o开发者_如何转开发nly way to open the file or directory currently underneath your cursor is to type o.Is there a way to also map this to space or tab?let NERDTreeMapActivateNode=\'<sp

Currently the o开发者_如何转开发nly way to open the file or directory currently underneath your cursor is to type o. Is there a way to also map this to space or tab?


let NERDTreeMapActivateNode='<space>'

should work fine. For more information see :h NERDTreeMappings.

0

精彩评论

暂无评论...
验证码 换一张
取 消