Skip to content

Git Plugin

Help query: "What does the git plugin do?" / "How do I use git in Volt?"

The git plugin surfaces Magit-style git workflows as editor buffers: status, commit, diff, log, stash list, and branches. In-buffer section actions are host-driven beyond the listed open commands.

Package namegit
Moduleuser/git.rs

What it does

  • Open git status (pane or popup)
  • Open commit, diff, log, stash, and branches buffers
  • Drive section-based git actions inside those buffers

Commands

CommandDescription
git.statusShows git status.
git.status-openOpens the git status buffer.
git.status-open-popupOpens git status in a popup.
git.commit-openOpens the git commit buffer.
git.diffOpens a git diff buffer.
git.logOpens the git log buffer.
git.stash-listOpens the stash list.
git.branchesOpens the branches buffer.

Keybindings

No package-level keybindings declared (may be bound from vim leader maps or YAML).

Notes

Default vim leader map includes Space g s for git.status-open. Buffer names include *git-status*, *git-commit*, *git-branches*, and related buffers.

Volt — modal editor platform · docs optimized for in-editor help search