2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【超効率】VSCodeで分割して移動のショートカット

Posted at

やりたいこと

VSCode上で、左右にタブを分割、分割したタブを移動
これを全てキーボードのショートカットでやりたい

結論

  • タブを分割
    Ctrl+\

  • 左右に分割したタブの移動
    左から順に1,2,3...と割り振られ、Ctrl+数値で移動が可能
    (例)
    Ctrl+1Ctrl+2Ctrl+3

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?