Skip to content

Instantly share code, notes, and snippets.

@matrushka
Created July 22, 2017 21:41
Show Gist options
  • Save matrushka/ce61596b206d9a320eab5392213c0c7c to your computer and use it in GitHub Desktop.
Save matrushka/ce61596b206d9a320eab5392213c0c7c to your computer and use it in GitHub Desktop.
ORIGAMI-NAV
{
{ "keys": ["super+alt+i"], "command": "travel_to_pane", "args": {"direction": "up"} },
{ "keys": ["super+alt+l"], "command": "travel_to_pane", "args": {"direction": "right"} },
{ "keys": ["super+alt+k"], "command": "travel_to_pane", "args": {"direction": "down"} },
{ "keys": ["super+alt+j"], "command": "travel_to_pane", "args": {"direction": "left"} },
{ "keys": ["super+alt+w"], "command": "destroy_pane", "args": {"direction": "self"} },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment