A VSCode extension to open GitUI in an integrated terminal.
Important
Requires GitUI to be installed and available on your PATH.
There are 2 ways to install this extension:
- Install from the Visual Studio Code Marketplace
- Download VSIX file from GitHub Releases
vscode-gitui.open
: Open GitUI in terminalvscode-gitui.reload
: Reload GitUI on PATH
ctrl+alt+g
: Open GitUI (Linux/Windows)ctrl+cmd+g
: Open GitUI (macOS)
{
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["space", "g", "g"],
"commands": [{ "command": "vscode-gitui.open" }]
},
{
"before": ["space", "g", "r"],
"commands": [{ "command": "vscode-gitui.reload" }]
}
]
}
vscode-gitui.useWSL
: Enable if using GitUI via WSL (Windows only).