Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试使用 mediawiki-mode 和 yasnippet。它们都在各自的模式映射中绑定了 TAB 键。如何以编程方式调整 mediawiki-mode-map 使其不会重新映射 TAB?
在地图中取消设置键绑定的规范方法是将其设置为 nil。所以:
(define-key mediawiki-mode-map (kbd "TAB") nil)