However, I think it could be useful to have some context in the narrowed buffer, for example showing n number of surrounding lines just like :g/<pattern>/z#.2 would show 2 lines before and 2 lines after the matching line.
Would it be possible to achieve that kind of functionality in the plugin's current state?
:NRP
and:NRM
work perfectly.However, I think it could be useful to have some context in the narrowed buffer, for example showing n number of surrounding lines just like
:g/<pattern>/z#.2
would show 2 lines before and 2 lines after the matching line.Would it be possible to achieve that kind of functionality in the plugin's current state?