Is there a shortcut for switching tabs #6903
-
Hi, so I've been looking for the keymapping for switching tabs. Is there one or is this yet to be implemented? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
Currently, there's |
Beta Was this translation helpful? Give feedback.
-
For anyone looking for the [
{
"context": "Pane",
"bindings": {
"ctrl-tab": "pane::ActivateNextItem",
"ctrl-shift-tab": "pane::ActivatePrevItem",
}
}
] |
Beta Was this translation helpful? Give feedback.
-
Another binding that works is |
Beta Was this translation helpful? Give feedback.
-
I tried |
Beta Was this translation helpful? Give feedback.
For anyone looking for the
ctrl-tab
bindings, put this in your keymap. (To open the keymap, presscmd-k cmd-s
)