Skip to content

Instantly share code, notes, and snippets.

View yablko's full-sized avatar

yablko yablko

View GitHub Profile
[
{
"id": 1,
"who": "Finn the Human",
"wat": "A silly kid who wants to become a great hero one day.",
"cool": 9
},
{
"id": 2,
"who": "Jake the Dog",
@yablko
yablko / sublime_settings_2k17.md
Last active October 8, 2020 14:57
Sublime Text JS kurz 2017/18 settings

Sublime Text 3 nastavenia

Package Control.sublime-settings
CTRL + SHIFT + P, "Package Control Settings - User"
(CMD + SHIFT + P na Macu)

{
	"bootstrapped": true,
	"in_process_packages":

[

@yablko
yablko / keybindings.json
Last active November 9, 2022 18:55
VS Code nastavenia 2020
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+cmd+b",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "cmd+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
@yablko
yablko / sublime_settings.md
Last active December 17, 2023 17:56
Sublime Text 3 nastavenia pre Webrebel kurz

Nové Sublime Text 3 nastavenia

Package Control.sublime-settings
CTRL + SHIFT + P, "Package Control Settings - User"
(CMD + SHIFT + P na Macu)

{
	"auto_upgrade_last_run": null,
	"bootstrapped": true,

"in_process_packages":