-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Immediate access to tags and branches #132
Comments
Using |
We could add |
This idea seems nice in the first place but won't it be confusing with git commands? e.g. As this feature doesn't seem to be needed by many people, I would suggest @dlee to add a binding such as |
This would be particularly useful when doing I'm looking forward to improved browsing/navigation functionality, akin to features available in
These commands really help when browsing deeply into the commit tree. |
Sweet! It happens to conflict with #506 (go to parent of commit under cursor). I haven't had a chance to figure out how to do do those keybindings you speak of, though. I'll see if keybindings can do the first/second parent under cursor when I do. |
I want to immediately go to a tag or a branch by typing (or pasting) the name of the tag/branch.
Currently, the best way to do this is to go to the list of branches (
H
) and search for the branch.It would be nice if there was a "goto" command, or just allow
:
to accept tag and branch names as it already does commit SHA1s.The text was updated successfully, but these errors were encountered: