Skip to content

Instantly share code, notes, and snippets.

@kevincobain2000
Last active January 3, 2024 17:15
Show Gist options
  • Save kevincobain2000/4aa1968f6d5a055d17be to your computer and use it in GitHub Desktop.
Save kevincobain2000/4aa1968f6d5a055d17be to your computer and use it in GitHub Desktop.
{
"x": ["Mon","Tue","Wed"],
"y": [[4,8,7], [10,20,24]],
"names": ["Sleeping", "Awake"]
}
@kevincobain2000
Copy link
Author

[
  {
    "keys": ["super+b"],
    "command": "goto_open_file",
    "args": {"active_group": false}
  },

  { "keys": ["Ctrl+g"], "command": "single_selection", "context":
[
{ "key": "num_selections", "operator": "not_equal", "operand": 1 }
]
},
{ "keys": ["Ctrl+g"], "command": "clear_fields", "context":
[
{ "key": "has_next_field", "operator": "equal", "operand": true }
]
},
{ "keys": ["Ctrl+g"], "command": "clear_fields", "context":
[
{ "key": "has_prev_field", "operator": "equal", "operand": true }
]
},
{ "keys": ["Ctrl+g"], "command": "hide_panel", "args": {"cancel": true},
"context":
[
{ "key": "panel_visible", "operator": "equal", "operand": true }
]
},
{ "keys": ["Ctrl+g"], "command": "hide_overlay", "context":
[
{ "key": "overlay_visible", "operator": "equal", "operand": true }
]
},
{ "keys": ["Ctrl+g"], "command": "hide_auto_complete", "context":
[
{ "key": "auto_complete_visible", "operator": "equal", "operand": true }

]
},
{ "keys": ["super+;"], "command": "build","operand": true  },
{ 
  "keys": ["super+shift+o"], 
  "command": "file_navigator" 
  },
  { "keys": ["super+shift+c"], "command": "copy_path" },
  {
 "keys": ["ctrl+alt+l"],
 "command": "toggle_setting",
 "args":
{
    "setting": "line_numbers"
}
},
{ "keys": ["ctrl+x", "n"], "command": "next_view" },
{ "keys": ["ctrl+x", "p"], "command": "prev_view" },
{ "keys": ["ctrl+x", "o"], "command": "next_view_in_stack" },
{ "keys": ["super+k", "super+v"], "command": "reveal_in_side_bar" },
 { "keys": ["ctrl+x", "ctrl+f"], "command": "i_opener" },
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment