[groups] Add ungroup-selection action

This commit is contained in:
Nick O'Leary
2020-03-05 10:43:28 +00:00
parent 97d58e34f2
commit 51ea5dc342
4 changed files with 75 additions and 44 deletions

View File

@@ -62,6 +62,7 @@
"shift-left": "core:step-selection-left",
"ctrl-shift-j": "core:show-previous-tab",
"ctrl-shift-k": "core:show-next-tab",
"ctrl-shift-g": "core:group-selection"
"ctrl-shift-g": "core:group-selection",
"ctrl-shift-u": "core:ungroup-selection"
}
}