inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
3k stars 230 forks source link

auto maximize the sidebar or the shell while active #428

Closed sisrfeng closed 3 years ago

sisrfeng commented 3 years ago

Hi, could you please tell me how to auto maximize the sidebar or the shell while active? Now if I toggle between code and variables bar, I need to press

shit+v , shit+= , shit+- , shit+c

If I can set to auto maximize the sidebar, I just need to press

shit+v , shit+c

Thx!

inducer commented 3 years ago

That's not a change I think would be useful. You could write code to do this in your own fork.

sisrfeng commented 3 years ago

Would you mind telling me how to change it? I think some combination of shortcut can work, but can not find the code. Thank you very much~