Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NERDTree does not dim off when I switch to it using :NERDTreeFind #29

Open
dominikduda opened this issue Mar 24, 2017 · 0 comments
Open

Comments

@dominikduda
Copy link

dominikduda commented Mar 24, 2017

In practice this means that when I use NERDTreeFind I do not see my cursorline in NERDTree buffer.

I was trying to work it around with some BufEnter autocmd, but I can not make it work.

Workaround:
Okay I managed to make it work with this code:

nnoremap <leader>f :NERDTreeFind<CR>zz:DimInactive<CR>

But I would like to make it less ugly and more universal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant