Skip to content

Instantly share code, notes, and snippets.

@codejets
Last active March 16, 2016 15:26
Show Gist options
  • Save codejets/25d3baf5cd6f877b76a3 to your computer and use it in GitHub Desktop.
Save codejets/25d3baf5cd6f877b76a3 to your computer and use it in GitHub Desktop.
origami configuration
[
{ "keys": [":", "v", "s", "p"], "command": "create_pane", "args": {"direction": "right", "give_focus": true} },
{ "keys": [":", "s", "p"], "command": "create_pane", "args": {"direction": "down", "give_focus": true} },
{ "keys": [":", "b", "d"], "command": "destroy_pane", "args": {"direction": "self"} },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment