You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Advanced customization
All keyboard shortcuts in VS Code can be customized via the keybindings.json file.
To configure keyboard shortcuts the way you want, hit F1 and select "Preferences: Open Keyboard Shortcuts (JSON)"
This will open your keybindings.json file where you can overwrite the Default Keybindings.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+f",
"command": "editor.action.insertSnippet",
"when": "editorFocus",
"args": {"snippet": "ƒ"}
}
]
The text was updated successfully, but these errors were encountered:
JirkaDellOro
changed the title
ƒ mit z.B. Alt+F i VSCode
ƒ mit z.B. Alt+F in VSCode
Jun 25, 2019
Advanced customization
All keyboard shortcuts in VS Code can be customized via the keybindings.json file.
To configure keyboard shortcuts the way you want, hit F1 and select "Preferences: Open Keyboard Shortcuts (JSON)"
This will open your keybindings.json file where you can overwrite the Default Keybindings.
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "alt+f",
"command": "editor.action.insertSnippet",
"when": "editorFocus",
"args": {"snippet": "ƒ"}
}
]
The text was updated successfully, but these errors were encountered: