This plugin allows you to increment/decrement numbers in Vintage command mode
in Sublime Text 2.
It works with caret at any position of a number.
It doesn't support negative numbers yet.
- Use
ctrl+a
to go increment number - Use
ctrl+x
to go decrement number
The recommmended method of installation is via Package Control. It will download upgrades to your packages automatically.
- Follow instructions on http://wbond.net/sublime_packages/package_control
- Install using Package Control: Install > Vintage Numbers package
Go to your Sublime Text 2 Packages directory and clone the repository using the command below:
git clone https://github.com/ignacysokolowski/SublimeVintageNumbers "VintageNumbers"
- Download the files using the Github downloads option
- Unzip/untar the files and rename the folder to
VintageNumbers
- Copy the folder to your Sublime Text 2 Packages directory
- Initial release