Skip to content

Instantly share code, notes, and snippets.

View rpgeeganage's full-sized avatar
:octocat:
git commit -m "wip" .

Ruwan Pradeep Geeganage rpgeeganage

:octocat:
git commit -m "wip" .
View GitHub Profile
@kristianmitk
kristianmitk / keybindings.json
Last active May 7, 2019 08:20
VSCode key bindings
[
{
"key": "cmd+k cmd+b",
"command": "workbench.action.toggleActivityBarVisibility"
},
{ "key": "cmd+k cmd+0", "command": "editor.foldAll" },
{
"key": "cmd+0 cmd+K",
"command": "editor.unfoldAll"
},