sublime-multi-number-input is plugin for sublime text. This plugin make you input increment number for multi cursor.
To install manually in a shell/Terminal (on OS X, Linux or Cygwin), via git:
cd ~/"Library/Application Support/Sublime Text 2/Packages/" # location on OS X; will be different on Linux & Windows
git clone https://github.com/ryooo321/sublime-multi-number-input.git
or, if you don't have git installed:
cd ~/"Library/Application Support/Sublime Text 2/Packages/"
rm -rf ryooo321-sublime-multi-number-input* # remove any old versions
curl -L https://github.com/ryooo321/sublime-multi-number-input/tarball/master | tar xf -
The plugin should be picked up automatically. If not, restart Sublime Text.
Set keymap on your setting.
{ "keys": ["super+ctrl+1"], "command": "multi_number_input"}
Input initial number on input field.
You can use "by" option for increment.
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
- Fork the project.
- Start a feature/bugfix branch.
- Commit and push until you are happy with your contribution.
- Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
- Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
Copyright (c) 2013 ryooo321. See LICENSE.txt for further details.