mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
explain how to apply keybindings.json (#60)
This commit is contained in:
parent
1f6c9c19a1
commit
175ecbbdb2
1 changed files with 8 additions and 2 deletions
10
.vscode/keybindings.json
vendored
10
.vscode/keybindings.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue