ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.62k stars 32 forks source link

Can this be implemented for zsh with a plugin? #81

Open infokiller opened 4 years ago

infokiller commented 4 years ago

Hey! I'm wondering if it's possible to implement the zsh part using a zsh plugin (with ZLE widgets) instead of patching zsh. The advantage would be that it will be easier to experiment with code changes on the ZSH side (no need to compile ZSH), easier to update to newer zsh versions, and it would possibly be easier to make it work well with other ZLE widgets.

What do you think?

henrebotha commented 3 years ago

I feel like this would be worth pursuing. It would go a long way to making it easier to convince users to try Athame. What would Athame need from the plugin API for this to work?