Add go-to-previous/next-location actions

This commit is contained in:
Nick O'Leary
2021-03-06 23:20:53 +00:00
parent 99a9e3a91b
commit 5181890433
3 changed files with 35 additions and 3 deletions

View File

@@ -66,6 +66,8 @@
"shift-left": "core:step-selection-left",
"ctrl-shift-j": "core:show-previous-tab",
"ctrl-shift-k": "core:show-next-tab",
"ctrl-shift-left": "core:go-to-previous-location",
"ctrl-shift-right": "core:go-to-next-location",
"ctrl-shift-g": "core:group-selection",
"ctrl-shift-u": "core:ungroup-selection",
"ctrl-shift-c": "core:copy-group-style",