Skip to content

Instantly share code, notes, and snippets.

@kennethreitz
Last active December 17, 2016 17:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kennethreitz/ed5d4bfa481d8807baaa97b250a826e2 to your computer and use it in GitHub Desktop.
Save kennethreitz/ed5d4bfa481d8807baaa97b250a826e2 to your computer and use it in GitHub Desktop.
[
{ "keys": ["super+2"], "command": "next_bookmark" },
{ "keys": ["super+1"], "command": "prev_bookmark" },
{ "keys": ["super+3"], "command": "toggle_bookmark" },
{ "keys": ["super+shift+3"], "command": "clear_bookmarks" },
{
"keys": ["super+d"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 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