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

Zsh right prompt support #17

Closed ardagnir closed 8 years ago

ardagnir commented 9 years ago

Zsh's right prompt is not supported.

Froziph commented 8 years ago

Whats the status on this? Is it "impossible", so other options maybe should be explored (by myself, in my case adding the time to the left prompt instead of having it at the right)

ardagnir commented 8 years ago

It's not impossible. It'll get fixed eventually. But I think showing the mode is what breaks the right prompt. If you use ATHAME_SHOW_MODE=0, it should work (or it does for me).

Froziph commented 8 years ago

I tried using ATHAME_SHOW_MODE=0. The right prompt is there, as long as the line is active. When i execute the line the right prompt disappears

ardagnir commented 8 years ago

That is fixed now. The right prompt is still broken when ATHAME_SHOW_MODE=1 though.

ardagnir commented 8 years ago

Fixed, even when ATHAME_SHOW_MODE=1