nerdtree
NerdTree - Reveal file in tree
Is there a shortcut which reveal the current file in 开发者_运维技巧the NerdTree directory panel.[详细]
2023-04-11 07:07 分类:问答Vim NERDTree colors
I want to change d开发者_运维知识库efault blue color of folders How to set it?:hi Directory guifg=#FF0000 ctermfg=red[详细]
2023-04-08 20:25 分类:问答In Vim's NERDTree, is there a way to open a file/dir using the space key or tab key?
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[详细]
2023-04-06 15:00 分类:问答Why does my nerd tree have these odd characters
Trying to get a nice vim setup going. I\'d like to have nerd tree working at it\'s best, but when i use it it\'s got these chars in front of each section:[详细]
2023-04-03 20:21 分类:问答How to automatically close NERDTree after a file has been opened?
The file is opened with the \'return\' key on the current tab or with the \'t\' key to open it on a ne开发者_JAVA百科w VIM tab.Add the following to your .vimrc[详细]
2023-03-31 20:40 分类:问答vim / NERDtree / folding - can it remember the state of folds?
Is there a way to make NERDtree remember the state of folds when switching from buffer to buffer? Here the my complete .vimrc:[详细]
2023-03-31 13:16 分类:问答gVim: How to load multiple files in buffer?
Im in windows and is new in using gvim. I am using the Nerdtree p开发者_JAVA技巧lugin for project navigations. Right now I open files from the nerd tree, vim will then load this opened files in the bu[详细]
2023-03-29 11:35 分类:问答NERDTree can't write a bookmark to a file
When I try to create a bookmark in NERDTree (win7 with emacs installed) :Bookmark mybookmark 开发者_如何学JAVAI get this:[详细]
2023-03-24 05:29 分类:问答NERDTreeQuitOnOpen doesn't seem to work for NERDTree bookmarks
I have \"let NERDTreeQuitOnOpen = 1\" in my _vimrc (windows) and it works fine for NERDTree-o on a file.However, when i use NERDTree-o on a Bookmark for a file the file opens in the main window and fo[详细]
2023-03-19 05:10 分类:问答Running NERDTree upon opening a new tab in Vim
I\'m using the vim plugin NERDTree, and I have the following command in my vimrc file so that nerdtree a开发者_开发知识库utomatically runs when I open vim:[详细]
2023-03-19 04:12 分类:问答