In an Atom keymap config file, you may encounter something like
"ctrl-tab": "pane:show-next-recently-used-item",
"ctrl-tab ^ctrl": "pane:move-active-item-to-top-of-stack",
What does the ^
mean? The "in-depth" documentation seems to make no mention of this.