Skip to content

Instantly share code, notes, and snippets.

@pvijeh
Created March 8, 2016 19:46
Show Gist options
  • Save pvijeh/e946563fd61cd2fd8e17 to your computer and use it in GitHub Desktop.
Save pvijeh/e946563fd61cd2fd8e17 to your computer and use it in GitHub Desktop.
[
{ "keys": ["j", "k"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": ["command+control+b"], "command": "open_in_browser"},
{ "keys": ["super+z"], "command": "undo" },
{ "keys": ["option+z"], "command": "undo" },
{ "keys": ["super+forward_slash"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["option+forward_slash"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["super+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
{ "keys": ["option+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
{ "keys": ["super+control+f"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
{
"keys": ["command+option+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.66, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["command+option+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["command+option+down"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.50, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},{
"keys": ["command+option+up"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.95, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment