GNU bug report logs -
#56630
(yasnippet) how to disable TAB <tab> C-i?
Previous Next
Full log
Message #14 received at 56630 <at> debbugs.gnu.org (full text, mbox):
edgar <at> openmail.cc writes:
> I really like yasnippets, because it makes my workflow more
> productive, but I have not been able to disable the autocompletion
> with the TAB key:
>
> * What I have tried
> (use-package yasnippet :defer t :commands (yas-minor-mode)
> :bind
> (:map
> yas-minor-mode-map
> ("TAB" . nil)
> ("<tab>" . nil)
I'm not familiar with use-package or the syntax it uses for keymaps, but
does
(:map
yas-minor-mode-map
("TAB" . nil)
([(tab)] . nil)
fix the issue?
This bug report was last modified 2 years and 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.