<div dir="ltr">Is there a way I can just disable all autocompletion in TM2?<div>I really prefer not to use it, but occasionally its getting in the way.</div><div>I've trawled various bundles but cant figure out where any of it is defined</div><div><br></div><div>Example:</div><div><br></div><div>do|case "$o" in<br></div><div><br></div><div>The caret is where the | pipe character is. If I press TAB here it autocompletes to..</div><div><br></div><div><div><span class="" style="white-space:pre"> </span>do</div><div><span class="" style="white-space:pre">         </span>#statements|</div><div><span class="" style="white-space:pre">       </span>donecase "$o" in</div></div><div><br></div><div>Likewise if I press ESC instead, it autocompletes to </div><div><br></div><div>done|case "$o" in<br></div><div><br></div><div>Id rather it just inserted a TAB character</div><div><br></div><div>Thanks</div></div>