wangchunsen / vscode-bracket-select

A vscode plugin for select text between brackets
31 stars 18 forks source link

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

Open jhasse opened 1 year ago

jhasse commented 1 year ago

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?

jwikman commented 10 months ago

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 🙂

jhasse commented 10 months ago

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