Skip to content

Instantly share code, notes, and snippets.

@tonylegrone
Created February 5, 2014 15:16
Show Gist options
  • Save tonylegrone/8825776 to your computer and use it in GitHub Desktop.
Save tonylegrone/8825776 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+/", "\""], "command": "chain", "args": {
"commands": [
["create_pane", {"direction": "down"}],
["travel_to_pane", {"direction": "down"}]
]}
},
{ "keys": ["ctrl+/", "%"], "command": "chain", "args": {
"commands": [
["create_pane", {"direction": "right"}],
["travel_to_pane", {"direction": "right"}]
]}
},
{ "keys": ["ctrl+/", "x"], "command": "destroy_pane", "args": {"direction": "self"}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment