zed/crates/git_graph
aprogramq 8c753ddba7
git_graph: Improve navigation in Vim mode (#55506)
Added Ctrl-D/Ctrl-U for Vim navigation in the Git graph


https://github.com/user-attachments/assets/8d3ad67c-829a-4a80-9508-80d48cf0decf



Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes #55485 

Release Notes:
- Improved Vim navigation in the git graph with Ctrl-U and Ctrl-D
half-page scrolling.

---------

Co-authored-by: Anthony Eid <anthony@zed.dev>
2026-05-03 17:19:47 +00:00
..
src git_graph: Improve navigation in Vim mode (#55506) 2026-05-03 17:19:47 +00:00
Cargo.toml Remove smol as a dependency from a bunch of crates (#53603) 2026-04-24 10:29:51 +00:00
LICENSE-GPL