It would be nice to be able to toggle the visibility of the results grid.
The use case as follows:
select * from foo;
-- observer the results
-- hide the results via keyboard shortcut or menu item
select * from foo where bar = 'bam';
-- results shown again.
The use case as follows:
select * from foo;
-- observer the results
-- hide the results via keyboard shortcut or menu item
select * from foo where bar = 'bam';
-- results shown again.