vscode-git-automator
vscode-git-automator copied to clipboard
Capturing "redo" command
Not sure if I'm the only one who uses Ctrl + Shift + Z for 'redo', but the fact that this captures that combination, rendering the normal 'undo + redo' shortcut flow useless, seems a bit of an oversight.
I just installed this addon, really helpful but the conflict with Ctrl + Shift + Z is a pain.
Same here, really like the extension but "ctrl + shift + z" is commonly used for "redo". Is there a way we can change git automator keybindings ? Anyway on my side I added this to my keybindings.json to keep the redo shortcut:
{
"key": "ctrl+shift+z",
"command": "redo"
}
Agreed, CMD+SHIFT+Z on a mac is the system default for undo. A better default for single file commits should be set.