Macを使ってCursor(VSCode)で左右にタブ移動するショートカット

現象

Macのブラウザやエディターの場合は、以下のショートカットで移動できる。

  • 右のタブに移動する場合: shift + command + ]
  • 左のタブに移動する場合: shift + command + [

しかし、Cursorだとこれが効かない現象が発生。
Cursorでショートカットの割当をしても、なぜか有効にできない。

原因

調べたが原因不明。

対応

  1. Cursor - Preferences - Keyboard Shortcuts
  2. 「open next editor」と検索して、「View: Open Next Editor」 - 「Keybiding」を選択して、「control + option + →」を設定
  3. 「open previous editor」と検索して、「View: Open Previous Editor」 - 「Keybiding」を選択して、「control + option + ←」を設定

これで、「control + option + ←→ 」で、タブ移動のショートカットが使えるようになる。

補足

なお「command + tab」でも、タブ移動はできる。