pechorin / any-jump.vim

Jump to any definition and references 👁 IDE madness without overhead 🚀
1.07k stars 40 forks source link

Option to show/hide Help section in results window #114

Closed phongnh closed 4 months ago

phongnh commented 4 months ago

Hi @pechorin

I'm adding option to show/hide Help section (show by default) in results windows. My motivation for this, I want more rooms for result and just want to focus to only result.

WIth let g:any_jump_show_help_section = 0, results window will hide Help section, it looks like this:

image

Please help review and merge it if you find that it does make senses, thanks.