On 13 July 2015 at 06:37, Martin Kühl <martin.kuehl@gmail.com> wrote:
On 12 July 2015 at 16:29, Carpii UK <carpii.uk@gmail.com> wrote:
> Is there a way I can just disable all autocompletion in TM2?

If you are certain that you wish to disable all of these,
you can create a new command

    #!/usr/bin/env ruby18 -wKU
    print "\t"

Input: Nothing
Output: Insert at Caret
Key Equivalent: ⇥ (or something else like ^I)

Don’t forget to save your new command.

Hope that helps,
Martin


Ahh, this is beautiful! 
The tab completion has been driving me crazy for such a long time now

Thanks so much :-)