[TxMt] Re: Disabling all autcompletion macros
Allan Odgaard
mailinglist at textmate.org
Mon Jul 13 12:36:52 UTC 2015
On 13 Jul 2015, at 7:37, Martin Kühl wrote:
> If you are certain that you wish to disable all of these,
> you can create a new command
I suggest recording a macro instead.
The tab key is slightly context sensitive, e.g. it adjusts indent when
used at the beginning of a line.
Recording a macro (Edit → Macros → Start Recording) will put
“insertTab:” in the macro, which, during replay, will not try to
expand tab triggers, but will do the other things that the tab key does.
As for the issue with tab triggers in general, the bundle item chooser
(⌃⌘T) can search for tab triggers, so it should be easy to find (and
edit) the items that clash with commonly typed stuff.
More information about the textmate
mailing list