Skip to content

Instantly share code, notes, and snippets.

@jgarcia
Created January 15, 2012 14:45
Show Gist options
  • Save jgarcia/1616060 to your computer and use it in GitHub Desktop.
Save jgarcia/1616060 to your computer and use it in GitHub Desktop.
User Key Bindings on mac
[
{
"keys":["ctrl+w", "h"],
"command":"focus_group",
"args":{"group":0},
"context":[{"key":"setting.vintage_ctrl_keys"}, {"key":"setting.command_mode"}]
},
{
"keys":["ctrl+w", "j"],
"command":"focus_group",
"args":{"group":0},
"context":[{"key":"setting.vintage_ctrl_keys"}, {"key":"setting.command_mode"}]
},
{
"keys":["ctrl+w", "k"],
"command":"focus_group",
"args":{"group":1},
"context":[{"key":"setting.vintage_ctrl_keys"}, {"key":"setting.command_mode"}]
},
{
"keys":["ctrl+w", "l"],
"command":"focus_group",
"args":{"group":1},
"context":[{"key":"setting.vintage_ctrl_keys"}, {"key":"setting.command_mode"}]
}
]
@wmayner-snippets
Copy link

Same here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment