We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1043a6a commit bce2669Copy full SHA for bce2669
README.markdown
@@ -178,7 +178,7 @@ autocmd BufEnter * if bufname('#') =~ 'NERD_tree_\d\+' && bufname('%') !~ 'NERD_
178
179
```vim
180
" Open the existing NERDTree on each new tab.
181
-autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif
+autocmd BufWinEnter * if &buftype != 'quickfix' && getcmdwintype() == '' | silent NERDTreeMirror | endif
182
```
183
or change your NERDTree-launching shortcut key like so:
184
0 commit comments