We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following:
key.setGlobalKEy('M-w', function (ev) { command.copyRegion(ev); }, 'Copy selected text', true);
Fails to work when the findbar is up, M-w gets highjacked by the "Whole Works" toggle. Any way to fix that?