Last active
January 3, 2024 17:15
-
-
Save kevincobain2000/4aa1968f6d5a055d17be to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"x": ["Mon","Tue","Wed"], | |
"y": [[4,8,7], [10,20,24]], | |
"names": ["Sleeping", "Awake"] | |
} |
Author
kevincobain2000
commented
Dec 1, 2015
[
{
"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