ardagnir / athame

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

Athame doesn't play nice with pipeline #89

Open Aster89 opened 3 years ago

Aster89 commented 3 years ago

Sometimes I use pipeline.

Athame doesn't work well with it, in the sense that the command line being edited is deleted upon pressing Enter and the output is not shown.

Obviously launching pipeline via ATHAME_ENABLED=0 pipeline solves the problem, but I thought making you aware of this behavior was worth it.