Skip to content

airosB/sublime-multi-number-input

 
 

Repository files navigation

sublime-multi-number-input

sublime-multi-number-input is package for sublime text. This can input incremental/decremental numbers on multi-cursors.

Screenshots

set multi-cursors:

before

apply Multi Number Input:

done1

apply with options:

done2

How to use

Installation

Use Package Control. Package name is "Multi Number Input".

Or you can install this manually.

Usage

Set keymap on your setting. { "keys": ["super+ctrl+1"], "command": "multi_number_input"}

  1. An input field will apper.
  2. Set initial number on the field and press enter.
  3. Empty input means "1".
  4. Option usege: [initial number] [digits] [step]

2 5 3 -> 00002, 00005, 00008, 00011,...

0 -3 -> 0, -3, -6, -9, ...

Copyright

Copyright (c) 2013 ryooo321 and 2013-2016 airosB.

About

Sublime Text plugin for input incremental number on multi cursors.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%