Skip to content

Instantly share code, notes, and snippets.

View p8R's full-sized avatar
🏠
Working from home

p8R

🏠
Working from home
View GitHub Profile
@p8R
p8R / gist:39b4c90be83618a054f5ff2b6eefbd3b
Last active September 18, 2017 06:55
Sublime Text - basic user config
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime - Themes/Capo-Light.tmTheme",
"dictionary": "Packages/Dictionaries/Polish.dic",
"draw_indent_guides": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.jpg",
@p8R
p8R / gist:0803e067d9d2bd18b0d10a44dc2a0c38
Created September 18, 2017 06:51
Sublime Text - basic key bindings
[
{ "keys": ["ctrl+alt+;", ";"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+alt+;", "'"], "command": "toggle_minimap" },
{ "keys": ["ctrl+alt+;", "w"], "command": "toggle_setting", "args": {"setting": "word_wrap"}},
{ "keys": ["ctrl+alt+c"], "command": "" },
{ "keys": ["ctrl+shift+b"], "command": "build", "args": {"variant": "Run Java"} },
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" }
]
@p8R
p8R / Default (Windows).sublime-keymap
Created September 18, 2017 06:48 — forked from rotassator/Default (Windows).sublime-keymap
Sublime Text 3: Key Binding - restore Quick Switch Project keystroke
[
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" }
]
@p8R
p8R / xampp_php7_xdebug.md
Created June 17, 2017 16:32 — forked from odan/xampp_php7_xdebug.md
Installing Xdebug for XAMPP