This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Given
"atom-workspace atom-text-editor:not([mini])":
"ctrl-alt-]": "pane:show-next-item"
"ctrl-alt-[": "pane:show-previous-item"
"ctrl-shift-{": "editor:unfold-current-row"
"ctrl-shift-}": "editor:fold-current-row"
Settings view shows:
ctrl-alt-] editor:unfold-current-row Core atom-workspace atom-text-editor:not([mini])
ctrl-alt-] tree-view:recursive-expand-directory Tree View .tree-view
ctrl-alt-] pane:show-next-item User atom-workspace atom-text-editor:not([mini])
However when doing ctrl-alt-] it stops and I can no longer cycle inside of Settings view, the keybinding resolver automatically reverts back to the core binding being more important.