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

Doesn't play nice with zsh-abbr #92

Open henrebotha opened 1 year ago

henrebotha commented 1 year ago

zsh-abbr is a tool that allows you to write auto-expanding abbreviations (e.g. on my system, typing v followed by a space is immediately replaced by vim). However, this behaviour disappears entirely under Athame.

zsh-abbr appears to use builtin echo to print the expansion to the command line. I'm guessing Athame is interfering with that somehow.

Possibly related to #93.

ardagnir commented 1 year ago

Note: Athame supports native vim abbreviations if you define them in vim.

Can you check if this issue is also reproduced in branch 1.3?

henrebotha commented 1 year ago

It is also present in 1.3.