momo-lab / zsh-abbrev-alias

This zsh plugin provides functionality similar to Vim's abbreviation expansion.
MIT License
119 stars 14 forks source link

Make ENTER key expand abbrevs before execution #8

Closed isamert closed 4 years ago

isamert commented 4 years ago

It's good for having a meaningful command history, also this is the the behavior of fish shell abbreviations.

If you don't like this behavior I can make it optional, like abbrev-alias --init-with-enter-expands.

momo-lab commented 4 years ago

This is good idea. Thank you!