inducer / pudb

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

EDITOR config option #522

Open kobzar opened 2 years ago

kobzar commented 2 years ago

Please, add default editor variable for C-e action in config. For example, for default system EDITOR i am use clear vim, because if i need boot in safe mode or another non standard situation, vim with lot of plugins wont work correctly. But, for my usual coding i am use VIM with plugins, SpaceVIM, LunarVim etc. So, this will be perfect if i choose it in configl like editor = lvim or /lvim

inducer commented 2 years ago

I'd be happy to consider a patch.