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
Hi,
is it possible to have the autocomplete work as it does in UNIX?
As an example: if I have multiple feature branches like feature/branch-afeature/branch-b and so on, I would like the autocomplete to stop at differentiation points.
When typing, I would like f --> TAB --> feature/ --> b --> TAB --> feature/branch- and then I manually complete whichever I want.
Right now instead, in full Windows flavor, I get f --> TAB --> feature/branch-a and then subsequent tab hits scroll through all features branches in alphabetical order.
Does this depend on Windows itself or on posh-git?
The text was updated successfully, but these errors were encountered:
Hi,
is it possible to have the autocomplete work as it does in UNIX?
As an example: if I have multiple feature branches like
feature/branch-a
feature/branch-b
and so on, I would like the autocomplete to stop at differentiation points.When typing, I would like
f
--> TAB -->feature/
-->b
--> TAB -->feature/branch-
and then I manually complete whichever I want.Right now instead, in full Windows flavor, I get
f
--> TAB -->feature/branch-a
and then subsequent tab hits scroll through all features branches in alphabetical order.Does this depend on Windows itself or on posh-git?
The text was updated successfully, but these errors were encountered: