vscode-bracket-select icon indicating copy to clipboard operation
vscode-bracket-select copied to clipboard

Alt+Z (undo selection) conflicts with Toggle Word Wrap

Open jhasse opened this issue 2 years ago • 2 comments

The default keyboard shortcut for Toggle Word Wrap is also Alt+Z.

I'm wondering: Why is the undo selection command needed at all? Doesn't Ctrl+U (Cursor Undo) achieve the same thing?

jhasse avatar Dec 01 '22 14:12 jhasse

Using Alt+Z as keyboard shortcut was a big mistake 😣

I just found this extension, but breaking the default keyboard shortcut for word wrapping is a no-go, that one is used too often.

I know how to remap to some other keyboard shortcut, but I cannot add this extension as a recommended extension to our repositories since other developers will scream right out when old Alt+Z is "broken" all the sudden.

That said, I love the Alt+A keboard shortcut 🙂

jwikman avatar Jan 19 '24 15:01 jwikman

check out my fork which doesn't add an Alt + Z shortcut: https://marketplace.visualstudio.com/items?itemName=jhasse.bracket-select2

jhasse avatar Jan 22 '24 11:01 jhasse