summaryrefslogtreecommitdiff
path: root/User/Default (Linux).sublime-keymap
blob: 32d4193cb968207c9fee111c15678a9c2f910bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[
    { "keys": ["ctrl+i"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
    { "keys": ["ctrl+^"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
    { "keys": ["f12"], "command": "toggle_record_macro" },
    { "keys": ["shift+f12"], "command": "run_macro" },
    { "keys": ["ctrl+space"], "command": "auto_complete" },
    { "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context":
        [
            { "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
            { "key": "auto_complete_visible", "operator": "equal", "operand": false },
            { "key": "setting.tab_completion", "operator": "equal", "operand": true }
        ]
    },
    { "keys": ["f2"], "command": "side_bar_rename" },
    { "keys": ["f10"], "command": "filter_through_command" },
    { "keys": ["ctrl+k", "ctrl+c"], "command": "show_at_center" },
    { "keys": ["ctrl+u"], "command": "soft_undo" },
    { "keys": ["ctrl+shift+u"], "command": "soft_redo" },
    { "keys": ["ctrl+q"], "command": "unbound" },
    { "keys": ["ctrl+shift+q", "ctrl+shift+q"], "command": "exit" },
    { "keys": ["ctrl+shift+e"], "command": "xdebug_evaluate" },
    { "keys": ["ctrl+f2"], "command": "sublime_bookmark", "args": {"type": "toggle_line"}},
    { "keys": ["shift+f2"], "command": "sublime_bookmark", "args": {"type": "goto_next"}},
    { "keys": ["ctrl+shift+f2"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "SublimeBookmarks: "}},
    { "keys": ["ctrl+shift+ß"], "command": "goto_python_definition"},
    { "keys": ["ctrl+shift+g"], "command": "goto_definition" },
    { "keys": ["ctrl+shift+b"], "command": "jump_back" },
    { "keys": ["ctrl+ü"], "command": "goto_symbol_in_project" },
    { "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": false } },
    { "keys": ["alt+d"], "command": "go_to_file" },
    { "keys": ["ctrl+,", "ctrl+,"], "command": "mark_and_move_do_it_all" },
    { "keys": ["ctrl+,", ","], "command": "mark_and_move_do_it_all" },
    { "keys": ["ctrl+,", "s"], "command": "mark_and_move_save" },
    { "keys": ["ctrl+,", "tab"], "command": "mark_and_move_next" },
    { "keys": ["ctrl+,", "shift+tab"], "command": "mark_and_move_prev" },
    { "keys": ["ctrl+,", "r"], "command": "mark_and_move_recall" },
    { "keys": ["ctrl+,", "c"], "command": "mark_and_move_clear" },
    { "keys": ["ctrl+shift+m"], "command": "expand_selection", "args": {"to": "brackets"} },
    { "keys": ["ctrl+m"], "command": "move_to", "args": {"to": "brackets"} },
    { "keys": ["shift+insert"], "command": "paste", "args": {"clipboard": "selection"} },
    { "keys": ["shift+delete"], "command": "right_delete" },
    { "keys": ["ctrl+k", "tab"], "command": "reindent" },
    { "keys": ["ctrl+up"], "command": "select_lines", "args": {"forward": false} },
    { "keys": ["ctrl+down"], "command": "select_lines", "args": {"forward": true} },
    { "keys": ["alt+f"], "command": "show_panel", "args": {"panel": "incremental_find", "reverse": false} },
    { "keys": ["alt+shift+f"], "command": "show_panel", "args": {"panel": "incremental_find", "reverse": true} },
    { "keys": ["ctrl+shift+n"], "command": "expand_region" },
    {
      "keys": ["ctrl+k", "ctrl+shift+n"],
      "command": "expand_region",
      "args": {"undo": true},
      "context": [{ "key": "expand_region_soft_undo" }]
    },
    { "keys": ["ctrl+k", "ctrl+f"], "command": "flip_selections"},
    { "keys": ["ctrl+k", "ctrl+s"], "command": "rexx_string_lookup"},
    { "keys": ["ctrl+k", "{"], "command": "indent_and_braces", "args": { "opening_brace": "{", "closing_brace": "}" } },
    { "keys": ["ctrl+k", "["], "command": "indent_and_braces", "args": { "opening_brace": "[", "closing_brace": "]" } },
    { "keys": ["ctrl+k", "("], "command": "indent_and_braces", "args": { "opening_brace": "(", "closing_brace": ")" } },
    { "keys": ["ctrl+k", "end"], "command": "move_to", "args": {"to": "hardeol", "extend": false}},
    { "keys": ["ctrl+k", "home"], "command": "move_to", "args": {"to": "hardbol", "extend": false}},
    { "keys": ["ctrl+k", "enter"], "command": "run_macro_file", "args": {"file": "Packages/User/newblock-eol.sublime-macro"}},
    { "keys": ["ctrl+k", "ctrl+enter"], "command": "run_macro_file", "args": {"file": "Packages/User/newblock-nextline.sublime-macro"}},
    { "keys": ["ctrl+k", "enter"], "command": "run_macro_file", "args": {"file": "Packages/User/newblock-lua.sublime-macro"}, "context":
    	[
    		{"key": "selector", "operator": "equal", "operand": "source.lua"}
    	]
	},
	{ "keys": ["ctrl+k", "enter"], "command": "run_macro_file", "args": {"file": "Packages/User/newblock-lua.sublime-macro"}, "context":
    	[
    		{"key": "selector", "operator": "equal", "operand": "source.luae"}
    	]
	},
	{ "keys": ["alt+up"], "command": "jump_prev_indent" },
	{ "keys": ["alt+shift+up"], "command": "jump_prev_indent", "args": { "extend_selection": true} },
	{ "keys": ["alt+down"], "command": "jump_next_indent" },
	{ "keys": ["alt+shift+down"], "command": "jump_next_indent", "args": { "extend_selection": true} },
	{ "keys": ["alt+left"], "command": "jump_prev_indent", "args": {"indent_offset": -1} },
	{ "keys": ["alt+right"], "command": "jump_next_indent", "args": {"indent_offset": -1} },
	{ "keys": ["ctrl+shift+,"], "command": "run_macro_file", "args": {"file": "Packages/User/semicolon-eol.sublime-macro"}},
]