0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Cursorで「Focus First Editor Group」は実行できるのに⌘1が効かない問題

0
Posted at

数ヶ月ぶりにCursorを使ったところ、Editor Windowで、Cmd+1でエディタペイン(第1エディタグループ)にフォーカスが移らないことに気がつきました。

症状

エディタペインに移動するショートカットが効かないが、
コマンドは有効(View: Focus First Editor Group)

検証環境
Cursor: 3.2.21
VSCode Version: 1.105.1
Electron: 39.8.1
OS: Darwin arm64 25.2.0

解決手順

  • Keyboard Shortcuts の設定を開く(コマンドパレットからPreferences: Open Keyboard Shortcuts)
  • View: Focus First Editor Group を検索
  • 該当項目の When を確認し、 !cursor.chatEditorGroup.enabled がある場合はメニューを表示して Change When Expression で削除
  • Whenが空の状態で確定
  • Cmd + 1が有効になる

状況

フォーラムではすでに報告されており、公式によるとバグとのこと。

Cursor misconfiguration blocks VS Code native Ctrl+1 shortcut keys used to focus first editor panel - Support / Bug Reports - Cursor - Community Forum

まとめ

エディタ運用の基礎動線である Cmd+1 が壊れているが、設定で回避することができる。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?