Can't use global M-w to copy test when search is up.
Opened this issue · 0 comments
re5et commented
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?