You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No support for a "pre-exec" bind/event, only bind \r (bind enter) which gets triggered for things like pressing enter on tab-complete, or when an incomplete command line is entered. (However we can determine if command line is valid)
Support hooking fish shell.
This is complicated by:
${(z)var}to automatically handle quoted parts.bind \r(bind enter) which gets triggered for things like pressing enter on tab-complete, or when an incomplete command line is entered. (However we can determine if command line is valid)@l0kod I would like to work on this