Going forward and backward in Git File History with Vim keybindings #44472
carlesoctav
started this conversation in
Ideas From Vim
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just read about the “Let’s Git Together” update and the new File History feature that’s currently in the preview channel.
What’s missing for me in the File History view is a way to quickly move forward and backward using Vim-style keybindings.
In Fugitive, you can open a file’s history with :0Gclog, which populates the quickfix list with that file’s commits. Moving through the quickfix list effectively means traversing the file’s commit history and opening the corresponding buffer for each revision.
I’m not sure if Zed currently exposes any commands that we can map keybindings to for this type of navigation. Does such a command exist yet?
screenrecording-2025-12-09_18-08-06.mp4
Beta Was this translation helpful? Give feedback.
All reactions