[ { "keys": ["super+g"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} } , { "keys": ["super+t"], "command": "new_file" } , { "keys": ["ctrl+0"], "command": "select_by_index", "args": { "index": 9 } } , { "keys": ["ctrl+1"], "command": "select_by_index", "args": { "index": 0 } } , { "keys": ["ctrl+2"], "command": "select_by_index", "args": { "index": 1 } } , { "keys": ["ctrl+3"], "command": "select_by_index", "args": { "index": 2 } } , { "keys": ["ctrl+4"], "command": "select_by_index", "args": { "index": 3 } } , { "keys": ["ctrl+5"], "command": "select_by_index", "args": { "index": 4 } } , { "keys": ["ctrl+6"], "command": "select_by_index", "args": { "index": 5 } } , { "keys": ["ctrl+7"], "command": "select_by_index", "args": { "index": 6 } } , { "keys": ["ctrl+8"], "command": "select_by_index", "args": { "index": 7 } } , { "keys": ["ctrl+9"], "command": "select_by_index", "args": { "index": 8 } } , { "keys": ["f3"], "command": "find_next" } , { "keys": ["shift+f3"], "command": "find_prev" } , { "keys": ["ctrl+a"], "command": "select_all" } , { "keys": ["ctrl+c"], "command": "copy" } , { "keys": ["ctrl+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false} } , { "keys": ["ctrl+n"], "command": "new_file" } , { "keys": ["ctrl+o"], "command": "prompt_open" } , { "keys": ["ctrl+s"], "command": "save" } , { "keys": ["ctrl+v"], "command": "paste" } , { "keys": ["ctrl+w"], "command": "close" } , { "keys": ["ctrl+x"], "command": "cut" } , { "keys": ["ctrl+["], "command": "unindent" } , { "keys": ["ctrl+]"], "command": "indent" } , { "keys": ["ctrl+tab"], "command": "next_view" } , { "keys": ["ctrl+alt+f"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} } , { "keys": ["ctrl+alt+s"], "command": "save_all" } , { "keys": ["ctrl+alt+v"], "command": "paste_from_history" } , { "keys": ["ctrl+shift+e"], "command": "slurp_replace_string" } , { "keys": ["ctrl+shift+f"], "command": "show_panel", "args": {"panel": "find_in_files"} } , { "keys": ["ctrl+shift+g"], "command": "find_prev" } , { "keys": ["ctrl+shift+i"], "command": "show_panel", "args": {"panel": "incremental_find", "reverse": true} } , { "keys": ["ctrl+shift+n"], "command": "new_window" } , { "keys": ["ctrl+shift+s"], "command": "prompt_save_as" } , { "keys": ["ctrl+shift+t"], "command": "reopen_last_file" } , { "keys": ["ctrl+shift+tab"], "command": "prev_view" } , { "keys": ["ctrl+shift+v"], "command": "paste_and_indent" } , { "keys": ["ctrl+shift+w"], "command": "close_window" } , { "keys": ["ctrl+shift+z"], "command": "redo" } , { "keys": ["ctrl+k", "ctrl+b"], "command": "toggle_side_bar" } ]