feat(cursor): add keybindings management to dotfiles repository #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background / 背景
Add Cursor keybindings configuration to the dotfiles repository for version control.
Cursor のキーバインド設定をドットファイルリポジトリに追加し、バージョン管理できるようにします。
Changes / 変更内容
Added
.config/cursor/keybindings.jsoncontaining Cursor keyboard shortcutsUpdated
link.shto create symlink for keybindings.jsonKeybindings include Git operation shortcuts (cmd+g combinations) and other productivity shortcuts
Cursor のキーボードショートカットを含む
.config/cursor/keybindings.jsonを追加link.shを更新し、keybindings.json のシンボリックリンクを作成するように設定Git 操作用のショートカット (cmd+g の組み合わせ) やその他の生産性向上のためのショートカットを含む
Impact scope / 影響範囲
Cursor editor configuration only
No impact on other tools or workflows
Existing keybindings.json will be backed up automatically as .bak when running link.sh
Cursor エディタの設定のみ
他のツールやワークフローへの影響なし
link.sh 実行時に既存の keybindings.json は自動的に .bak としてバックアップされます
Testing / 動作確認
🤖 Generated with Claude Code