nerdtree Questions
1
Solved
I love vim and NerdTree, but I'm sick of the fact that seemingly every time I try to open a file for viewing, half the time it get's rid of the old file I was editing and just opens it, and the oth...
Thistle asked 6/8, 2015 at 9:18
2
Using VIM NERDTree Plugin.
Is there any way to remap the Double Click on a File action to open the file silently in a new tab (T)?
1
Solved
I've been browsing mvim docs and have tested out the various commands, but I can't seem to find one that solves my issue.
Here is what I have:
/===================================================...
1
Solved
When opening a file in a new tab in vim through NERDTree, I want the NERDTree window to be closed on the previous tab. The reason being, the tab title displays NERDTree in the previous tab. I want ...
3
Solved
Is there a way to switch in and out of NERDtree -- mouse disabled? I know I can press 'q' to quit NERDtree and go back to text editor, but when I go back to NERDtree it doesn't keep track of which ...
2
Solved
I am new to VIM.
Please help me with this - or please give me a link, thank you! I found the Nerdtree very useful. i also found an article about using the command ":E", which gives a similar (or th...
3
Solved
I'm trying to install NERDTree (the Vim plugin) on Windows 7. I created a .vim directory on my user folder (C:/Users/Username) and extracted the plugin there. I've run :helptags ~.vim\doc and :help...
Sparhawk asked 7/12, 2010 at 15:48
2
Solved
Whenever I focus my MacVim window it freezes for several seconds. It seems that this is due to NERDTree refreshing it's root node (It prints NERDTree: Refreshing root node. This could take a while....
4
Solved
I have large projects with many levels of folders. Some files are named the same and depending on the folder name their function vary. For example
/admin/action1.php
/action1.php
First one would...
Roscoeroscommon asked 26/9, 2013 at 14:3
2
Solved
I want <leader>\ to open or close NERDTree and Tagbar, under the following conditions:
Only close both if NERDTree and Tagbar are both opened
Open both if NERDTree and Tagbar are closed OR ...
Katheykathi asked 8/7, 2011 at 11:53
4
I played with Aptana Studio for a while before moving over to VIM, and the only thing I really miss about Aptana Studio is the way that in their project view window your file names showed up a diff...
1
Solved
Currently the NERDTree buffer opens for every file that you open. If I'm writing to *.scala, *.py, etc. But I don't want this to happen for certain files that I'm writing (such as Haskell). For exa...
1
Solved
When I type ":tabe" to open a new tab,the NERDTree will hide?How to keep it open in the new tab?
3
Solved
I am using NerdTree on Linux . I would like to jump from the nerd tree buffer to the file buffer after opening a file in a new tab using 't'.
I need to press 'Ctrl+W+W' all the time.
Any idea ab...
1
Solved
I used to use NERDTree quite happily but found it causes problems when using the YouCompleteMe plugin (which is much more useful). In the mean time I have been using Ctrl-P which is a useful ...
2
Solved
I have this line in my .vimrc:
nmap <silent> <Leader>p :NERDTreeToggle<CR>
So what is the hotkey for toggling NERDTree?
How do I remap it to CTRL-D?
what is the difference be...
3
Solved
Is there some way to copy the path of a file in the Vim's NERDtree plugin?
Better: is there some plugin to make the same operations the SideBarEnhancements plugin of Sublime Text does?
Ashling asked 3/5, 2013 at 23:5
1
Solved
my .vimrc setting:
nmap <silent><F1> :NERDTreeToggle<CR>
nmap <silent><F2> :TMiniBufExplorer<CR>
let g:miniBufExplMapWindowNavVim = 1
let g:NERDTreeWinPos = "ri...
Caldera asked 10/7, 2012 at 8:46
2
Solved
A typical workflow for me is opening Vim (MacVim to be precise), doing:
:NERDTree <bookmark>
then manually opening various subdirectories I want to use. Often it's the same set of director...
6
Solved
How do I add NERDTree to my .vimrc?
2
Solved
I'm using both fuzzyfinder and NERDTree for vim. When my cursor is in the Window that NERDTree resides in and I use fuzzyfinder, it will open a file in the NERDTree window.
Is there a way to preve...
Katushka asked 10/12, 2012 at 11:35
2
Solved
I want just to open and close NERDTree, pushing the F2 button. I've mapped it in this way :
map <silent> <F2> NERDTreeToggle
But, Actually this doesn't work properly and I haven't ...
2
Solved
Possible Duplicate:
gVim displays every file with an asterisk on the right (and bold)?
I'm using vim with nerdtree plugin for my rails projects and some of the files show up with a * ...
Begun asked 19/9, 2012 at 23:47
2
Solved
When I search some file with command-T it often failes to find it because I'm not in the right directory, so I have to change the directory.
Is it possible to set that command-T will search first ...
Haslett asked 26/10, 2011 at 12:50
4
Solved
NERDTree shows in viewport disk c: regardless from which disk do I open the file.
When I use gvim in windows I open files using:
gvim.exe --remote-tab-silent [FILE]
I'm loading NERDTree with th...
© 2022 - 2024 — McMap. All rights reserved.