jaredly / vim-debug

A plugin for VIM that creates an Integrated Debugging Environment :) Currently works with PHP and Python
http://jaredforsyth.com/projects/vim-debug
MIT License
284 stars 28 forks source link

Wishlist: debugging without all the auxiliary windows open #5

Open mgedmin opened 14 years ago

mgedmin commented 14 years ago

I'd like to be able to use vim-debug without having half of my screen space taken over by various (undoubtely very informative) windows. Ideally, I should be able to show/hide every one of them individually on a whim, with an option letting me ask that none be opened by default when I initiate a debugging session.

jaredly commented 14 years ago

would it suffice to collapse them to 2 or 3 characters?

you could just do "set winwidth=999"

Setting up (and tearing down) windows in vim is a little tricky if you want them to always be in the same position/order.