My "Soft Tabs" setting in TextMate is not sticky. After I restart TextMate, I often have to set the option again for the same file. How can I make this setting the sticky default across all files?
For Textmate 1After doing some research, I found that you can set TextMate 1 to default to using Soft tabs. In the "Shell Variables" area of the Advanced preferences pane, add a new entry with the name It should look like so:
From that point on, TextMate should default to Soft tabs, though for at least one or two languages, I had to specify the number of tabs. After I did that, it seemed to stick for everything I did. |
|||||||||||
|
For Textmate 2To set the options in TextMate 2 add following settings to your ~/.tm_properties file:
Check these links for more information: FAQ: https://github.com/textmate/textmate/wiki/FAQ |
||||
|
|
Looks like Textmate sets it for the current language, but I think Textmate analyzes the files you open and adjust its settings to match the files. You can convert the tabs in your files to spaces and vice versa in the "Text" menu. |
|||||
|
|
You don't need anything special. You just need to adjust your Python bundle. Go into the 'bundle editor' and find Python. Open its caret, and scroll down and find the 'miscellaneous' preferences. It should read something like:
These are the environmental variables. What you want is the environmental variable
...and voilà! Your tabs will be soft every time you use Textmate in Python mode. For all the different enviornmental variables you can set, check out the manual here: http://manual.macromates.com/en/environment_variables.html |
|||||||
|
|
... in addition to @Ivan Sviatenko's answer For Textmate 2, language specific softTabs defaultedit
|
|||
|
|
This is the only way I've been able to get a consistant behavior on the soft tabs settings. |
||||
|
|
|
There is also a drop down menu at the bottom of TextMate, which allows you to set your Tab Size value and it is sticky. |
|||
|
|
|
I found a popular TextMate plugin called "TabMate," which has solved this issue for me. While it requires me to add a tabline to every file, TextMate adjusts my tab settings to be whatever is described in the tabline. Also, technically gs's answer above should work but for some reason it isn't working for me and I found no other way to set SoftTabs is the default setting for ALL languages forever. |
|||
|
|


