skip to Main Content

I’m a very visual person, and I work better when I drag similar tabs together. I can do that using the cursor, but I’d love to be able to do that using the keyboard.

Ideally, there would be keyboard shortcuts to move a tab:

  • to the left
  • to the right
  • to the further left side
  • to the further right side

Basically, I’d love to be able to do in VSCode what I can do in Chrome using this extension.

2

Answers


  1. Chosen as BEST ANSWER

    The answer is to use the "Move editor left|right" command.

    Move editor Right


  2. Yes there is. By default, the following shortcuts are:

    To shift a tab to the left:

    • Windows or Linux: Press Ctrl + Shift + Page Up
    • Mac: Cmd + Shift + Page Up

    To shift a tab to the right:

    • Windows or Linux: Press Ctrl + Shift + Page Down
    • Mac: Cmd + Shift + Page Down
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search