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
This is quite useful when it's tricky to remember the order of the arguments. For instance the argument order of git merge and git rebase can be tricky to remember since they're "reversed" in a way (git merge A B merges A into B, while git rebase A B rebases B on top of A).
That sounds like a nice addition. Would probably best be implemented as an additional tooltip/status bar widget with a corresponding trait to make the language specific feature implementable.
A feature from zsh-autocomplete.
This is quite useful when it's tricky to remember the order of the arguments. For instance the argument order of
git merge
andgit rebase
can be tricky to remember since they're "reversed" in a way (git merge A B
merges A into B, whilegit rebase A B
rebases B on top of A).Somewhat related: #356
The text was updated successfully, but these errors were encountered: