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
fix: Disable Bash macro chain when no binding enabled (#2969)
If the user is not binding any commands, then there is no need to do
the macro chain workaround. This causes issues if the user
deliberately disabled the bindings because their Bash session does not
have the line editor enabled; this macro chain binding will then cause
errors.
0 commit comments