1

I'm using Sublime Text 3 as a text editor. I need a shortcut way to save time by incrementing or decrementing the selected number.

the Tin Man
  • 158,662
  • 42
  • 215
  • 303
Alaa M. Tekleh
  • 6,938
  • 4
  • 16
  • 29
  • A Google search for [`sublime text increment number`](https://www.google.com/#q=sublime+text+increment+number) returned the duplicate post as its **first** result. Please do some research before asking next time. – MattDMo Jul 24 '16 at 14:51

1 Answers1

1

When I press Alt+Up next to a number, it gets incremented by 0.1, Cmd+Alt+Up increments it by 10. I'm not sure whether that's default behaviour, I couldn't identify any plugins to be reponsible for this. However, there are several packages available from incrementing numbers.

idleberg
  • 12,634
  • 7
  • 43
  • 70