vscode-git-automator icon indicating copy to clipboard operation
vscode-git-automator copied to clipboard

Capturing "redo" command

Open porterchild opened this issue 4 years ago • 3 comments

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.

porterchild avatar Mar 14 '20 03:03 porterchild

I just installed this addon, really helpful but the conflict with Ctrl + Shift + Z is a pain.

TheChiefMeat avatar Jul 21 '20 14:07 TheChiefMeat

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"
  }

paeolo avatar Apr 15 '21 12:04 paeolo

Agreed, CMD+SHIFT+Z on a mac is the system default for undo. A better default for single file commits should be set.

jfgilmore avatar Dec 31 '21 00:12 jfgilmore