- 2 Posts
- 2 Comments
Joined 2 years ago
Cake day: October 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
magthe0Bto Emacs@communick.news•How do you quickly navigate inside a source file using emacs ?English1·2 years agoavy
is good for quickly jumping between what’s visible. Occur is brilliant, it might also be worth mentioning consult and embark.
IIRC this was actually accomplished using a configuration in the git repo itself. GitHup PR numbers are custom refs, but they aren’t included by default on
git clone
. I don’t remember what the refs are called though. Hopefully someone else can help with that.