Skip to content

Instantly share code, notes, and snippets.

@giststhebearbear
Created November 5, 2012 01:45
Show Gist options
  • Save giststhebearbear/4014803 to your computer and use it in GitHub Desktop.
Save giststhebearbear/4014803 to your computer and use it in GitHub Desktop.
Linux Keybindings
[
{ "keys": ["ctrl+alt+right"], "command": "next_view" },
{ "keys": ["ctrl+alt+left"], "command": "prev_view" },
{
"keys": ["alt+shift+left"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.25, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"keys": ["alt+shift+right"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.75, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment