Skip to content

Commit

Permalink
explain how to apply keybindings.json (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrAleksander authored Sep 16, 2024
1 parent 1f6c9c1 commit 175ecbb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .vscode/keybindings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
// This file does not get automatically applied
// @TODO: Make it work or document how to copy to user keybindings
// This file is not automatically applied.
// To enable it, follow these steps:

// 1. Open the Command Palette: `cmd + shift + p`
// 2. Start typing "keyboard shortcuts"
// 3. Select "Preferences: Open Keyboard Shortcuts (JSON)"
// 4. Paste the snippet below or add it to the existing shortcuts array:

[
{
"key": "cmd+shift+n",
Expand Down

0 comments on commit 175ecbb

Please sign in to comment.