-
Notifications
You must be signed in to change notification settings - Fork 0
Increment Decrement Number
Amadej Glasenčnik edited this page Dec 23, 2023
·
1 revision
This action, as name says, increments or decrements number under caret with different steps: 0.1, 1 or 10.
Increasing by 0.1 is invoked by pressing: Ctrl + Alt + ↑
Decreasing by 0.1 is invoked by pressing: Ctrl + Alt + ↓
Increasing by 1 is invoked by pressing: Ctrl + ↑
Decreasing by 1 is invoked by pressing: Ctrl + ↓
Increasing by 10 is invoked by pressing: Ctrl + Shift + ↑
Decreasing by 10 is invoked by pressing: Ctrl + Shift + ↓
This documentation is based on the concepts and ideas of Emmet.
For the source code of EmmetVS, please visit the GitHub repository.