dccsillag / magma-nvim

Interact with Jupyter from NeoVim.
GNU General Public License v3.0
977 stars 49 forks source link

feat: `MagmaHideOutput` command #110

Closed benlubas closed 4 months ago

benlubas commented 11 months ago

addresses #41 by adding the :MagmaHideOutput command.

This command hides any currently open output windows if they are open.

If auto show output is true, this feature will close the window until you move the cursor again. It's more useful for those that open their windows manually.