Skip to content

Instantly share code, notes, and snippets.

@jgarcia
Created January 15, 2012 14:45
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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"}]
}
]
@jpfuentes2
Copy link

Did you ever improve upon this? I'm using a window manager (I think origami?), but I'm looking for something that's closer to my beloved vim.

@wmayner-snippets
Copy link

Same here!

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