Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ƒ mit z.B. Alt+F in VSCode #39

Closed
JirkaDellOro opened this issue Jun 19, 2019 · 0 comments
Closed

ƒ mit z.B. Alt+F in VSCode #39

JirkaDellOro opened this issue Jun 19, 2019 · 0 comments

Comments

@JirkaDellOro
Copy link
Owner

JirkaDellOro commented Jun 19, 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": "ƒ"}
}
]

@JirkaDellOro JirkaDellOro changed the title ƒ mit z.B. Alt+F i VSCode ƒ mit z.B. Alt+F in VSCode Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant