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 support #14

Closed ardagnir closed 9 years ago

ardagnir commented 9 years ago

After looking at the Zle code, it should be relatively easy to add zsh support:

ardagnir commented 9 years ago

Early Zsh support is now in the unstable 0.3 branch. It's still buggy and Zsh history integration is not done yet.

Side note: Don't read Zle's src code unless you enjoy bleeding from your eyeballs.

ghost commented 9 years ago

:+1:

ardagnir commented 9 years ago

Zsh support is in master. There's unicode problems and right-prompt is not supported but I''ll make seperate issues for those.

ghost commented 9 years ago

Great work! Can't wait to try this out.