gpt4 book ai didi

emacs - 为 yasnippet 取消设置 'Tab' 绑定(bind)?

转载 作者:行者123 更新时间:2023-12-04 13:28:07 27 4
gpt4 key购买 nike

yasnippet 的 Tab 键绑定(bind)通常会覆盖其他有用的键。

有没有办法禁用 Yasnippet 的 Tab 绑定(bind)以启用其他 Tab 使用?

最佳答案

我参加聚会迟到了,但在这个问题中得到了公认的答案……没有用。

试验了一下,终于找到了解决办法。认为我应该提供一个答案 工作:

;; It is crucial you first activate yasnippet's global mode.
(yas/global-mode 1)

;; The following is optional.
(define-key yas-minor-mode-map [backtab] 'yas-expand)

;; Strangely, just redefining one of the variations below won't work.
;; All rebinds seem to be needed.
(define-key yas-minor-mode-map [(tab)] nil)
(define-key yas-minor-mode-map (kbd "TAB") nil)
(define-key yas-minor-mode-map (kbd "<tab>") nil)

关于emacs - 为 yasnippet 取消设置 'Tab' 绑定(bind)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14066526/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com