Put go-to position at center of view #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mimics vscode behavior and puts the line at the center of the view vertically, rather than moving the minimal amount to put the line on screen, which can result in the line being in various places (very top, very bottom). We've gotten feedback this is confusing for users.
This seems reasonable, and aligns with what some other tools are doing.