
I want to replace all the "four spaces" that wrote by another text editor with tabs. How can I use find/replace to achieve this?
|
I want to replace all the "four spaces" that wrote by another text editor with tabs. How can I use find/replace to achieve this? |
|||
|
|
|
Bottom right hand corner on the status bar, click Similarly, if you want to do the opposite, click the
|
|||||||||||||||
|
Windows:Ctrl+Shift+p then type "indent" Mac:Shift+Command+p then type "indent" |
|||||
|
|
Do a regex "Search" for Either the main menu, or lower-right status-bar spacing menu does the same thing, with less work. |
|||||
|
|
To configure Sublime to always use tabs try the adding the following to preferences->settings-user:
More information here: http://www.sublimetext.com/docs/2/indentation.html |
|||
|
|