Luca Lazzarini

Results 10 comments of Luca Lazzarini

1) I usually press Leader-a to start :Ack! (my Leader is comma) 2) those are the steps I make to run a search: - I press Leader-a to get :Ack!...

That sounds fair. Thank you for the help so far, going to provide more info soon!

@robinfehr sorry I have disappeared, have been much more busy than I planned! I am happy to give it a look in the weekend and post here, I am glad...

I have just tried the plugin in a clean installation (only vim and the plugin, in the `.vim/plugin/ack.vim` folder): the shortcuts work as expected and finally I was able to...

For who has got the same problem: could you please paste a link to your `.vimrc`? I would like to check if our `.vimrc` have got some suspicious line in...

@ches Just removed every NERDTree plugin (both `NERDTree` and `NERDTreeTabs`) and the shortcuts magically do work! @danielgatis can you please confirm is the same for you? UPDATE: I was missing...

This is the output of `git diff`: ```diff diff --git a/.vimrc b/.vimrc index 78ed75c..63d0efe 100644 --- a/.vimrc +++ b/.vimrc @@ -302,13 +302,6 @@ Bundle 'gmarik/vundle' " handy screen at the...

@vonpupp can you post your .vimrc? Would be nice to know what, inside `vim-nerdtree-tabs` is causing the problem. An easy guess would be a global var gets overridden, as a...

@RiderSargent can't find that variable in my `.vimrc`.

@RiderSargent For me, disabling `vim-nerdtree-tabs` fixed the problem already, as I wrote here: https://github.com/mileszs/ack.vim/issues/197#issuecomment-295326019 I think that was not clear :) But thanks for the support!