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
Fish won't trigger tab completions for variable names while inside double quotes, so we remove the closing " in "$fish_Tab" and trigger tab completions for you. This, however, fails for "$fish_Tabcolor" where we end up erasing the character before the cursor, rather than the closing ".
The text was updated successfully, but these errors were encountered:
Fish won't trigger tab completions for variable names while inside double quotes, so we remove the closing
"
in"$fish_Tab"
and trigger tab completions for you. This, however, fails for"$fish_Tabcolor"
where we end up erasing the character before the cursor, rather than the closing"
.The text was updated successfully, but these errors were encountered: