tomtom/quickfixsigns_vim

Add means to temporarily disable quickfixsigns

blueyed opened this issue · 0 comments

I would like to have a command like :QuickfixsignsDisable and (...Enable) to easily toggle usage of the plugin.

While I like having it most of the time, I would like to remove it sometimes (temporarily) to gain more screen space and/or make copying multi-line text from a terminal easier (without any left indent).

I can do :sign unplace * to remove any put signs (this will also remove the bar reserved for displaying the signs), but after several seconds quickfixsigns appears to automatically update them again (and the bar appears again).