nerdtree
How to open or close NERDTree and Tagbar with <leader>\?
I want <leader>\\ to open or close NERDTree and Tagbar, under the following conditions: Only close both if NERDTree and Tagbar are both opened[详细]
2023-03-19 01:27 分类:问答Vim NERDTree: show only .txt files?
Using NERDTree plugin, I want to view only *.txt files. There is a 开发者_Python百科NERDTreeIgnore variable, but I want something like NERDTreeWhitelistFilter.[详细]
2023-03-15 12:08 分类:问答Create a command shortcut for NERDTree in Vim editor
I\'d like to create an abbreviation for NERDTree on the command-line. I find it annoying have to write :NERDTree eve开发者_如何转开发ry time I want to enable it. So I\'d like to type :nr or something[详细]
2023-03-14 23:38 分类:问答Vim often needs Redraw after Splitting
after months of tweaking my vimrc file and installing plugins, I have this little bug which is very painful:[详细]
2023-03-05 21:58 分类:问答Change root in NERDTree
I tried to change the NERDTree root with :BookmarkToRoot <bookmark> command and with C letter but when I close vim and open vim the root i开发者_如何学Cs not changed.[详细]
2023-03-01 12:14 分类:问答NERDTree Load Particular Directory Automatically
I\'m using gvim in windows.By default nerdtree loads C:\\ drive as开发者_运维百科 default.I like to change it to E:\\ drive.How to achieve this?[详细]
2023-03-01 03:29 分类:问答vim "modifiable" is off
I am trying to create a new file with NERDTree. I hit the a key to create a new file and I get the message:[详细]
2023-02-28 02:26 分类:问答vim nerd tree plugin and dvorak keyboard layout
i switch to dvorak layout, i remap keys in vim, but some keys in ne开发者_开发问答rd tree plugin still work as for qwerty layout. How can i solve that?The NERDTree plugin is very well documented.A qui[详细]
2023-02-26 04:57 分类:问答Using VIM on Windows to access windows server share directory
In Windows Explorer I can navigate to \"\\\\servername\\shared_directory\". Is there any wa开发者_如何转开发y I can navigate to the same directory using VIM and NERDTree?[详细]
2023-02-24 08:15 分类:问答How to filter out files by extension in NERDTree?
开发者_开发问答I would like to *.pyc files not to be shown in NERDTree vim plugin. How to achieve that?You want the NERDTreeIgnore option. For example, in your .vimrc:[详细]
2023-02-23 07:43 分类:问答