| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Now works with both Sublime Text 2 and 3!
This plugin only works if you are indenting with tabs. Limitations in Sublime Text's API make it virtually impossible to use elastic tabstops with spaces.
Because Sublime Text does not allow variable-width tabs, this plugin works by inserting extra spaces before tab characters. This has two side-effects:
ElasticTabstops includes keyboard shortcuts for navigating to the next and previous tab. This can be extremely useful if, for example, one has multiple selections on different rows.
By default, these shortcuts are ctrl+alt+left and ctrl+alt+right, and holding shift will extend the selection as expected.
This plugin is available through Package Control, which is available here:
http://wbond.net/sublime_packages/package_control
Go to your Packages subdirectory under ST2's data directory:
Then clone this repository:
git clone git://github.com/SublimeText/ElasticTabstops.git
That's it!
| Back | FazBrowse Home | New Git URL |