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

M-3 不能解绑定问题 #19

Closed
MeekJeen opened this issue Mar 16, 2018 · 1 comment
Closed

M-3 不能解绑定问题 #19

MeekJeen opened this issue Mar 16, 2018 · 1 comment
Labels

Comments

@MeekJeen
Copy link

想把M-3解绑用作别的键
(global-set-key (kbd "\M-3") nil)
(global-unset-key (kbd "\M-3"))
(global-set-key (kbd "M-3") 'grep-find)
这样操作后无效,报错:No window numbered 3
这是为什么吗?

@seagle0128
Copy link
Owner

seagle0128 commented Mar 17, 2018

Try this:

(window-numbering-mode -1)
(global-set-key (kbd "M-3") 'grep-find)

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

No branches or pull requests

2 participants