Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use global M-w to copy test when search is up. #226

Open
re5et opened this issue Sep 20, 2017 · 0 comments
Open

Can't use global M-w to copy test when search is up. #226

re5et opened this issue Sep 20, 2017 · 0 comments

Comments

@re5et
Copy link

re5et commented Sep 20, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant