Skip to content

Is there a shortcut for switching tabs #6903

Closed Answered by avi-cenna
michaelessiet asked this question in General Q&A
Discussion options

You must be logged in to vote

For anyone looking for the ctrl-tab bindings, put this in your keymap. (To open the keymap, press cmd-k cmd-s)

[
  {
    "context": "Pane",
    "bindings": {
      "ctrl-tab": "pane::ActivateNextItem",
      "ctrl-shift-tab": "pane::ActivatePrevItem",
    }
  }
]

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@verhovsky
Comment options

Comment options

You must be logged in to vote
3 replies
@verhovsky
Comment options

@cshaa
Comment options

@cesc1989
Comment options

Answer selected by JosephTLyons
Comment options

You must be logged in to vote
1 reply
@soupy0x
Comment options

Comment options

You must be logged in to vote
3 replies
@ghost
Comment options

@rommyarb
Comment options

@alygin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
9 participants