Skip to content

Instantly share code, notes, and snippets.

View 0v3nb1rd's full-sized avatar
🎩
Seek Magic

OvenBird 0v3nb1rd

🎩
Seek Magic
View GitHub Profile
@0v3nb1rd
0v3nb1rd / vscode_shortcuts.md
Created November 18, 2019 19:54 — forked from bradtraversy/vscode_shortcuts.md
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands

Keymap (Windows Users):
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
]
Settings:
{
"show_definitions": false,
"auto_complete": false,
"bold_folder_labels": true,
@0v3nb1rd
0v3nb1rd / button.scss
Last active March 1, 2019 07:14 — forked from agragregra/button.sass
Button scss Styles (Universal Starter)
.button {
position: relative;
display: inline-block;
padding: 15px 45px;
text-align: center;
border: none;
border-radius: 2px;
color: #fff;
text-decoration: none;
background-color: $accent;