Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Increment and Decrement by 1 is not working in last brackets (22) #9

Closed
sarhov opened this issue Mar 29, 2013 · 3 comments
Closed

Increment and Decrement by 1 is not working in last brackets (22) #9

sarhov opened this issue Mar 29, 2013 · 3 comments

Comments

@sarhov
Copy link

sarhov commented Mar 29, 2013

"increment_number_by_1": "Ctrl-Up",
"decrement_number_by_1": "Ctrl-Down"

The Shortcusts are not working, before updating the Brackets, they were working great.

@adam-lynch
Copy link

From the developer console:

Cannot assign Ctrl-Up to io.emmet.increment_number_by_1. It is already assigned to view.scrollLineUp command/KeyBindingManager.js:405
Cannot assign Ctrl-Down to io.emmet.decrement_number_by_1. It is already assigned to view.scrollLineDown command/KeyBindingManager.js:405

@sergeche
Copy link
Member

Fixed shortcuts, they are Ctrl-Shift-Up and Ctrl-Shift-Down.

@niutech
Copy link

niutech commented Jun 14, 2013

It doesn't work now:

Cannot assign Ctrl-Shift-Up to io.emmet.increment_number_by_1. It is already assigned to edit.lineUp
Cannot assign Ctrl-Shift-Down to io.emmet.decrement_number_by_1. It is already assigned to edit.lineDown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants